Hello, the site menu covering the logo when I open it with ipad in horizontal position, how can I do to reduce the menu?
Hey albertobarch!
Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/
Best regards,
Yigit
I followed the instructions, but it does not work. What can I do?
Hey!
Please create a temporary admin login and post it here privately so we can look into it.
Regards,
Yigit
I’m sorry, I resolved, thank you !!!
with:
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}
thank you!!!