Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #511810

    Please help
    Thank you

    #511987

    Hey grinshteynluba,

    Please select to activate the mobile menu for tablets as well under Enfold–>Header–>Mobile Menu. If that should not be enough you can use the following CSS in Quick CSS:

    @media only screen and (max-width: 1024px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Adjust the value 1024 to the size of your liking.

    Best regards,
    Rikard

    #512503

    does not work sorry ((
    can not see how i can add screenshot

    #512536

    and you can see the line @media only screen and (max-width: 1160px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important; } } under the socket on screen

    #512657

    Hi,

    I have no idea where you added the code but it was not in the Quick CSS field (Enfold–>General Styling–>The box reading Quick CSS above it), I’ve added it for you and it’s working just fine. Please remove the other piece of code and you won’t see it anymore.

    Thanks,
    Rikard

    #512880

    I delete it because it showing on the screen. Now it showing again after you put it back. And menu sill overlapping. I cleaned history.
    screenshot http://antonias.us/antoniascypress/screen/Capture.JPG
    Thank you!

    #512885

    Hey!

    Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/

    Best regards,
    Yigit

    #512895
    #513235

    Hi!

    you can control when mobile menu is appearing:

    @media only screen and (min-width: 989px) {
    nav.main_menu {
    display: none;
    }
    .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
    display: block !important;
    }}
    

    Adjust (min-width) value in media queries as needed.

    Best regards,
    Andy

    #513240

    Thank you very much everything good now!!

    #513523

    Hi,

    Great, glad we could help :-)

    Cheers!
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Menu overlapping the logo on smaller screens’ is closed to new replies.