The menu overlaps the logo when the screen is not maximized but larger than a mobile device. This is the case on my version (http://test.cob-webcreations.com) as well as the Enfold 2017 Demo. I have referred to this post (https://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets) and this one (https://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/) without resolution. Please advise how I can fix this. Thanks so much!
Hey trishac,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1260px) {
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