Tagged: mobile menu
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?
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
Awesome this just worked fine! Thanks for the fast support!
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
