Header Padding

Support Area Forums Foundation Header Padding

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://heswilmslow.co.uk/
  • Author
    Posts
  • #17988
    Melanie Hay
    Participant

    Hi

    Is it possible to amend the padding between my header and the navigation, is it possible to adjust this so it sits flush/has only minimal spacing?

    Thanks
    Emma

    #17998
    Bill Robbins
    Moderator

    Good Morning Emma,

    Thank you for your business first of all. Great question. You can remove the space around the logo. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #logo,
      #text-logo {
      	float: none;
      	display: block;
      	margin-top: 0px;
      	margin-bottom: -7px;
      }
      
    3. Update your settings.

    That should leave the logo flush with the top of the screen and also the navigation bar. You can change the top and bottom margins in the snippet above to add back in some space if you'd like to.

    If you have any questions, just let me know.

    Have a great week,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Header Padding’ is closed to new replies.