Hi there,
unfortunately, the main menu is overlapping the logo area when the image size is reduced. It appears on desktop before the site switches to the mobile version.
How is it possible to let the site via quick css know that it should switch “earlier” to the mobile version with the burger menu.
Kind regards
Marcel
Hey christwars,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1150px) {
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
Your solution works perfectly. Thank you very much!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon