Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #427570

    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.

    #427812

    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

    #427815

    Solved, thanks! But I had to use (max-width:1024px)
    René

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu don't switch to responsive menue on ipad2’ is closed to new replies.