Tagged: navigation menu
I found a few articles in this forum about overlapping nav menus.
But none of them seemed to work for my website.
It looks like the overlap begins on Macbook 13′ screens.
Looking for a way to fix this.
Hey Jero,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1400px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
You can adjust the pixel value in the media query to your liking.
Best regards,
Rikard