Please help
Thank you
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
does not work sorry ((
can not see how i can add screenshot
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
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
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!
Hey!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/
Best regards,
Yigit
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
Thank you very much everything good now!!