Hello
On ipad2, my main menu don’t switch to responsive menu in landscape format. Didn’t find a solution. could you help me please? Thanks.
Hey baiker!
Try adding this to your custom CSS.
@media screen and (max-width:1000px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Best regards,
Elliott
Solved, thanks! But I had to use (max-width:1024px)
René