Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1490629

    Hello dear community,
    I have already found several topics on this issue, but unfortunately I have never found a solution that fixes the problem. On our website , we can’t get the mobile menu to work on an iPad Air in landscape mode. The menu switches to the burger menu, but the header remains as large as on the desktop. The result is very unattractive.

    I have already changed the layout for tables in the menu. Are there any other ideas?

    #1490637

    Hey RENZCOM,

    Thank you for the inquiry.

    Try to add this css code to adjust the header height in tablet landscape view:

    @media only screen and (max-width: 1366px) {
        .responsive.html_mobile_menu_tablet #top #header_main>.container .main_menu .av-main-nav>li>a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
            height: 90px;
            line-height: 90px;
        }
    }

    Best regards,
    Ismael

    #1490646

    Awesome this just worked fine! Thanks for the fast support!

    #1490654

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Menu on iPad (Air) too big in landscape mode’ is closed to new replies.