Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25592
    bschell
    Member

    Hello,

    I was hoping you could provide me with the custom CSS to remove the extra white space in my header above my image/logo. My website is http://www.backpackingotc.com

    Thanks!

    #25620
    Sakin
    Keymaster

    @bschell: I see that you have following css in “Appearance => Theme Options => Custom CSS” box,
    #site-logo { padding-top: 10px; }

    You can just make that padding-top as 0. So, it will be as below:
    #site-logo { padding-top: 0; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Eliminating Excess Space in the Header’ is closed to new replies.