Hi guys,
I want to know how to have the burger menu appear when the desktop screen size is minimised, and the logo and menu items clash.
Thanks
Hey marsh1984,
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: 1200px) {
nav.main_menu {
display: block;
}
.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