[Resolved] Sticky Menu shows when mobile together with Max Mega Menu

Home Forums Support [Resolved] Sticky Menu shows when mobile together with Max Mega Menu

Home Forums Support Sticky Menu shows when mobile together with Max Mega Menu

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

    Hi!
    I’m using Max Mega Menu together with GP. This works fine.
    But if I shrink the browser to mobile view the empty sticky menu will be shown.
    Via Menu Plus I disabled the sticky menu.

    How can I switch off (display: none?) the sticky menu?

    Here is the Site: http://gepfg.w4yserver.at/

    best regards
    Martin

    #162346
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this CSS a try:

    @media (max-width: 768px) {
        .main-navigation .menu-toggle {
            display: none;
        }
    }
    #162444
    Heinrich

    Hi Tom!

    Thx, this works fine!

    Happy new year!

    #162447
    Tom
    Lead Developer
    Lead Developer

    You’re welcome. Happy New Year! 🙂

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