When I shrink the screen size, the menu is not responsive until I get to a tablet size, leaving the menu items overlapping with the logo and the social icons on a second line. How can I fix this? Thanks
Hey williamslyd,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1250px) {
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
that did it, thanks!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon