Hi,
Our website is having an issue where the menu overlaps the logo when you adjust the window to certain sizes. It’s most visible widths 1250px or less. What is the fix for that?
Hey WCWL1650,
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
Thank you, that partially worked. It fixed on screen sizes less than 1260, but there’s still alot of overlap on phones. How do I fix the issue on phones?