Tagged: mobile menu
Hi,
on my website https://www.webprojekt-donauwoerth.de the mobile menu is not shown if I turn the iPad from vertical to horizontal.
I tried different css codes from other posts on this forum, but it also doesn’t work.
I chose full width in the theme settings.
Hey webprojektdonauwoerth,
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: 1024px) {
nav.main_menu, #menu-item-search {
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