Hi!
How can I set mobile menu layout for screen size 1024×768? In horizontal from IPAD I see that my menu is above the logo, so I’d like to set mobile menu for 1024 too.
Thank you,
Valentina
Hey cielofan!
Add this to your custom CSS.
@media screen and (max-width: 1024px) {
#advanced_menu_toggle { display: block !important; }
nav.main_menu { display: none !important; }
}
Cheers!
Elliott