• Resolved rwilki

    (@rwilki)


    Great plugin. Setting up and configuring on desktop is easy. Mobile display is awkward because it is open by default. Normally, the mobile button is a toggle that is collapsed by default. Have tried multiple fixes with no success.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Thanks a lot for your post and your email.

    @media (max-width: 767px)
    .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
        display: none;
        position: unset;
        z-index: 9999;
        background: #FFF;
        width: 100%;
        left: 0;
    }

    Also, add this:

    @media (max-width: 767px)
    section#nav_menu-2 {
        display: none;
    }

    I have also replied to your email. Kindly check.

    Thanks a lot.

    Hello!
    I have the same kind of problem, I’d like to make the menu hidden unless people click on the Menu button. I tried the above code but it had the opposite effect.
    Could you help me please ?

    Thanks!

    Sure, have to check your site.
    Email me [email protected]
    I’ll try to best.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Opened by default in mobile?’ is closed to new replies.