Reducing the header size?

Every page in this theme has a major chunk of space between the navigation and the start of the body content.  How do I remove this?  I tried the Minimalist setting for the header, and that works, but then the page content starts at the very top, hidden BEHIND the navigation. You can see the excess space here:  http://6af.41f.myftpupload.com/gallery1/

Comments

  • Hi,

    you have Fixed header type set which is a kind of transparent header style and that's why the content goes behind the header when you activate Minimalist option. So if you want to keep Fixed header type and don't want the content behind the Top Bar, you need to use custom css:
    body:not(.template-slider) #Header {
        min-height: 100px;
    }
  • This works beautifully. Thank you
Sign In or Register to comment.