Help
My menu disappears in landscape mode. Have tries adding various css to change it (found in various support posts) but nothing is working.
Any suggestions?
Screenshot here: http://flowery-midnight.flywheelsites.com/wp-content/uploads/2018/12/MH-screenshot.png
Hey bauchope,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1390px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard
Perfect. Many thanks. You can mark this request as resolved
Kim
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon