Hi there,
When we reduce the browser there is a point (between laptop and ipad screen size) that the main menu starts creeping into the logo. Can I please get some insight into how to fix this? I’m happy for it to jump to a burger dropdown but don’t know how to set it up.
Thanks
Hey tankerhq,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1120px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria