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

    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

    #845038

    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

    #845382

    Nikko, that helps a lot! Thank you very much!

    Best regards,

    Tobiy

    #845386

    Hi!

    Glad Nikko could help! Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide mobile menu / hamburger menu’ is closed to new replies.