Hi, is there a quick solution to having the mobile menu for pads in landscape as well as portrait. Many thanks.
Hey Dogmut!
Try setting that in Enfold > Header > Mobile Menu > Header Mobile Menu activation.
Best regards,
Josue
Thank you. Thats improved for portrait but not for landscape. The menu tabs float into the logo when in landscape so it would be great just to have the mobile menu box rather than menu tabs. Cheers
Hi,
Can you post the link to the website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 1090px) {
.html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
.html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
.html_mobile_menu_tablet #mobile-advanced{display:block;}
}
Cheers!
Josue
Thats great thank you.