Hi all,
Maybe I’m imaging it, but my menu will now crash in to, and through the logo, if i make the width of the browser window narrower.
Is it not meant to either shrink the menu text, or swap straight to the burger menu if the two were going to collide?
Link to the site in the private section.
Thanks!
Hey maccadigital,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1100px) {
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