Tagged: , ,

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

    Hello,
    My new site won’t switch to the hamburger menu on ipad’s in landscape mode. Vertical works ok, phones (iphone) also work’s ok
    I tried almost every setting but no result. Can you help me with this?

    Grtz,
    Rob

    • This topic was modified 5 years, 5 months ago by cappon.
    #1109636

    Found the solution:
    Added this code i found afte a long search:
    @media only screen and (max-width: 1024px) {
    nav.main_menu {
    display: block !important;
    }
    #avia-menu .menu-item {
    display: none;
    }
    .av-burger-menu-main.menu-item-avia-special {
    display: block;
    }
    }

    #1109734

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Ipad landscape position not switching to hamburger menu’ is closed to new replies.