Tagged: mobile menu
Hi,
I need to keep the desktop menu live all the time.
I was hoping you could show me how I can prevent the mobile menu from activating at all.
Thanks!
-Pat
Hey plilja,
Add the following block to the Quick CSS section:
a#advanced_menu_toggle { display: none !important; }
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: block;
}
#top #wrap_all .av_header_transparency {
background: transparent;
position: absolute!important;
}}
Best regards,
Jordan Shannon
Worked like a charm! Thanks!
Hey!
Happy we can help.
Please feel free to let us know if we can do anything else for you.
Thanks a lot
Cheers!
Basilis