Hi,
I’m having a problem with my site on an iPad in landscape mode. The menu is just too long and doesn’t fit correctly. In normal view everything works, because the mobile menu is active.
Is it possible to activate the mobile menu in landscape mode too?
Best regards
Hey Julian,
Please try the following in Quick CSS under Enfold->General Styling:
@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;
}
}
Best regards,
Rikard