Hi Support Team!
I am having trouble with a mobile menu on tablet. I’ve tried a variety of CSS code, too many to paste here, none of which seems to work.
Basically, the mobile menu is not showing on my tablet on horizontal mode, despite the Quick CSS code and including the “Activate for Smartphones and Tablets” option selected in the General Options.
Please help! Screenshots and login access provided in the Private Content.
THANK YOU!
Hey kellyCraftMedia,
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: 1140px) {
nav.main_menu {
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
You’re the best! Thank you, that worked!