Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1358306

    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

    #1358320

    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; }
    2022-07-14_002.jpg
    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.