Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #238578

    Hello,

    The typical Enfold header is transparent, and when you scroll down the page it reduces its height.

    Is there a possibility of blocking the height of the header, so that when you scroll down it remains unchanged, and also the logo remains in the same size?

    Thank you everybody.

    #238679

    Hey Cum_Vincere!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 116px!important;
    line-height: 116px!important;
    }
    .logo, .logo a, .logo img { max-height: 116px !important; }

    Regards,
    Yigit

    #238744

    Wonderful, works really fine.

    I believe this function might be part of your next release.
    Why? Because your customer might want to display his logo in full size (and not reduced) when the visitor is scrolling the page, without losing the nice touch of the transparent header.

    Thank you Yigit!

    #238749

    Hey!

    You are welcome, glad we could help :)
    Kriesi added a CSS snippet to FAQ section on Enfold’s page http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Block the height of header’ is closed to new replies.