Tagged: 

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

    I have my Enfold them set to logo left and navigation below, and noticed that it shrinks the height of the header dramatically on screens 768px and below as a default. You like to be able to stop it from doing that so the navigation bar is appearing at the same place regardless on screen size.

    I’m currently using UberMenu in place of the standard navigation but Enfold is pushing the navigation bar up alot at the 768px break even point even when I use the default navigation.

    Does that make sense?

    #396743

    Hi Jon!

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

    @media only screen and (max-width: 768px) {
    .html_header_top.html_bottom_nav_header #header_main {
    height: 123px !important;
    }}

    Best regards,
    Yigit

    #404307

    This worked great
    Thanks
    Jon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘how to stop the header from resizing on enfold’ is closed to new replies.