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
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;
}
}
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon