Hi, i am using a plugin for my menu.
How can i hide the mobile menu? I tried from all other threads, but nothing worked.
@media only screen and (max-width: 767px) {
.av-main-nav-wrap {
display:none !important;
}
}
How to achieve this? Thank you
Hey Tobiy,
Try adding this css code inside your media query:
#top .av-burger-menu-main {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko
Nikko, that helps a lot! Thank you very much!
Best regards,
Tobiy