Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #183348

    Hi there,
    First of all, great theme! One question though: I like the size of the small fixed header, but I’d like the extra options added to it that the fixed header+social header and extra navigation has.
    How can I adjust the size of the scalable header part of the “fixed header with social icons and additional navigation” to the size of the small fixed header?

    #183462

    Hey DieNase!

    You can add following code to Quick CSS in Enfold theme options under Styling tab to decrease the height of header

    .social_header #header_main .container { height: 100px; line-height: 100px; }

    Then you need to adjust following code to remove the white space between header and content

    .fixed_header.social_header #main { padding-top: 147px; }

    Regards,
    Yigit

    #183500

    Thx! Almost good. The second line should say:
    .fixed_header.social_header #main { padding-top: 131px; }
    Otherwise there is too much whitespace. Now it seems to work great. :)

    • This reply was modified 11 years ago by DieNase.
    #183504

    Scaling is broken now. On my iphone I get a huge gap between the header and the content!
    url: http://www.fysiodordrecht.nl

    Nevermind, I had added !important declaration, that kills the responsiveness off course :P

    • This reply was modified 11 years ago by DieNase.
    #183528

    Hi!

    Can you post a screenshot of the issue you are having?

    Cheers!
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Small fixed header with social bar of big header?’ is closed to new replies.