How do I make the mobile menu start sooner so there is no overlap with the navigation and the logo?
Hey mcraig77,
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 (min-width: 990px) and (max-width: 1200px) {
.menu-item {
display:none;
}
.av-burger-menu-main.menu-item-avia-special.av-small-burger-icon {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
That works, thanks!
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon