Hello,
What CSS code can i use to initiate the mobile menu in tablet landscape and portrait sizes? Right now it’s regular menu and it overlaps the header in tablet sizes, messing up the layout.
For this website: organicblendmix.com
Hey zohar2014,
Add the following to quick css:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Jordan Shannon
Works! Thanks
Hi,
-Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
Don’t forget to bookmark Enfold Documentation for future reference.
Thank you for using Enfold :)
Best regards,
Ismael