Dear support
we want to change mobile behaviour of our main navigation. On mobile and tablet we do not want to use any enfold navigation because we us on this devices a custom solution. on all other screensizes we want to use the desktop version of main navigation. also we want to avoid that the burger menu appears when zoomed in page or a high density device is used.
Can you help me out with a code to achieve this? Link to our page: l-mobile.com
Regards Marc
Hey L-mobileGroup2022,
Thanks for the link to your site, I see in your child theme stylesheet you have this css: .av-burger-menu-main { display: block!important; }
please remove this and add this to the bottom of your stylesheet:
.responsive #top .av_mobile_menu_tablet .av-main-nav .av-burger-menu-main.menu-item-avia-special {
display: none !important;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike