I’m having mobile menu problems, and I know this is a bug you’re working on. However, there is NO header menu shown on my iPad 9.7″ in landscape mode – neither the regular menu nor the burger menu. I have the burger menu set at 990px. I’ve tried a variety of solutions offered here in the support forums, such as what is shown below, but nothing has worked. Is this part of the known bug in this version of the template that will be fixed, or is there some different CSS that will help me?
@media only screen and (max-width: 1024px) {
.av-burger-menu-main {
display: block;
}
.main_menu .menu-item {
display: none;
}
}
Hey neuropetvet,
I commented out the old menu fix and added the new menu fix. If all goes well feel free to remove the old code.
@media only screen and (max-width: 1023px) {
.av-burger-menu-main {
display: block!important;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
I cleared your site’s cache, Please clear your browser cache :)
Best regards,
Mike
Thanks, Mike. That works!
Mark
Hi,
Glad that Mike helped you. Thanks for using Enfold :)
Best regards,
Nikko