hello :)
i´ve tried many options and quick css to show the mobile menu on iPad in landscape / portrait mode.
on the iphone 7 plus, its perfectly working, but not on the ipad.
i´m using the “header-left” option.
can you help me?
thanks :)
Hey BenAndrew,
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
Hello, I have the exact same issue and tried this code but it didn’t work. The burger menu is only showing on mobile not tablets (landcape and portrait) Link to website below. Thank you.
Hi,
Could you give us a screenshot of the issue? This is what see on our end.
Screenshot: https://imgur.com/a/S8T518K
Best regards,
Ismael