Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1065511

    hi guys on my client site the burger menu doesn’t show on mobile

    #1065514

    hi the code i have is

    @media only screen and (max-width: 1106px) {
    #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block!important; }
    #mobile-advanced a {color:#ffffff!important;}
    nav.main_menu { display: none!important; }
    }

    It looks like maybe this is outdated ? The idea is that the burger menu kicks in at 1106 pixels or below

    #1065520

    Okay guys I amended that css to this and it works fine now

    @media only screen and (max-width: 1230px) {
    .menu-item { display: none!important; }
    .av-burger-menu-main { display: block!important; }
    }

    #1065827

    Hi,

    Great, I’m glad you got it working and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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