Hello Support,
Please let me know how I can make the Header Mobile Menu be activated on Table Landscape.
Landscape looks like this which the navigation is going over the logo.
Portrait:
We need the navigation on tablet landscape to look the same as tablet portrait.
Thanks for your help.
MP
Hi Marcelo!
Try adding this to your custom CSS.
@media only screen and (max-width: 959px) {
#advanced_menu_toggle { display: block !important; }
nav.main_menu { display: none !important; }
}
You may need to play around with the 959px value to match the width of your screen.
Best regards,
Elliott
Thank you so much. I changed it o Max-width: 1024px.
MP