Hi,
my menu is overlapping on smaller screens?
How can i automatically switch to smaller screens to burger menu?
Please be so kind and have a look.
Kind regards Jak
Hey Jak73,
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: 768px) and (max-width: 1100px) {
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special, #menu-item-search {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thanks a lot!
kind regards
Jak
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon