Jump to content

Adding a wider store logo


Recommended Posts

Within the <div id="top_header"> block, there are two <div column> blocks.

Those blocks are respectively small-4,large 3 and small-8,large-9. Note how each size adds to 12.

To get 50/50, use large-6 on both div blocks.

Link to comment
Share on other sites

In Foundation's main.php template.

Find near line 35:

            <div class="row marg-top" id="top_header">
This->         <div class="small-4 large-3 columns">
                  <a href="{$ROOT_PATH}" class="main-logo"><img src="{$STORE_LOGO}" alt="{$CONFIG.store_name}"></a>
               </div>
This->         <div class="small-8 large-9 columns nav-boxes">

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...