Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #342694

    Just like in this post: I wish to make the header small on my site. For instance when you scroll down and the header follows and gets smaller, that is the size I would like it constantly.

    I used the custom css code included in the end of the post, but what I get is whitespace under the header, which is the size it would have been originally. How can I resolve this?

    Website: http://www.bntonderwijs.nl

    #342707

    Hi gwyrrdin!

    Add the following to your custom.css

    .html_header_top.html_header_sticky #main {
        padding-top: 59px !important;
    }

    Best regards,
    Arvish

    #342733

    It works perfectly now. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Making header smaller’ is closed to new replies.