Jump to content

Inserting custom header


OnSec

Recommended Posts

Hi

 

I would like to add a custom header to every page on my shop. I do no not want to delete anything just create a new div at the top and insert my custom header in to it.

 

Is it as simple as creating a new div right at the top of the main.php?

 

 

Edited by OnSec
Link to comment
Share on other sites

Welcome OnSec! Glad to see you made it to the forums.

The very basic "row" of content in the Foundation skin is that simple:

<div class="row">
    <div class="small-12 columns">
        My content across the whole screen regardless of viewport width.
    </div>
</div>

There is much more you can do, of course.

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...