Support » Plugin: Max Mega Menu » Mobile Menu

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    Yep, due to the way themes tend to be coded, MMM doesn’t have the ability to override the mobile menu styling automatically.

    Please try adding this to your themes style.css file:

    .nav-toggle,
    .nav-text {
        display: none;
    }
    .nav-wrap {
        height: auto;
    }

    It looks like you have a caching/minify plugin running at the moment so remember to clear the cache after adding the CSS 🙂

    Regards,
    Tom

    Thread Starter ssneumann

    (@ssneumann)

    Thanks! That’s what I was missing… looks good!

    Hi

    I have the same problem with mobile menu

    my site is here http://goo.gl/VPEzjs

    I added the above code in style.css of my theme but with no luck

    can you please check?

    Regards
    Dimitris

    Hi — fantastic plugin but I can’ seem to get it to look presentable on mobile devices! My menu just comes up as one massive block! Can you help? http://www.startupfundingclub.com

    Thanks

    Plugin Author megamenu

    (@megamenu)

    Dimitris,

    The mobile menu is there, it’s just not possible to see the text at the moment because it’s white on white. Please add this to the Custom Styling area of your menu theme:

    #{$wrap} .mega-menu-toggle {
        color: black;
    }

    jd5am, I will reply to your other topic.

    Everyone else please do not reply here. Start a new topic, it’s likely your mobile related issue will be unrelated to the issues posted here.

    Regards,
    Tom

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Mobile Menu’ is closed to new replies.