[Resolved] Max Mega Menu plugin hiding secondary menu

Home Forums Support [Resolved] Max Mega Menu plugin hiding secondary menu

Home Forums Support Max Mega Menu plugin hiding secondary menu

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

    Hello,
    I’ve installed the Max Mega Menu plugin and assigned it my primary menu (below the header) but I’m using the native GP for my secondary menu in the top bar.

    Works fine in desktop view.

    When I reach my tablet & phone responsive breakpoints, the secondary menu in the top bar disappears.

    I’m guessing it’s because I’ve disabled Mobile Menu in Customize > Header. I disabled it because I was getting two primary mobile menus – one from Max Mega Menu and one from GP.

    Site is still under development, but can be viewed here: http://demo.wpcatholicsites.com/

    Any suggestions?

    Thanks!
    Craig

    #321486
    Leo
    Staff
    Customer Support

    Hi Craig,

    Can you give this CSS a shot?

    @media (max-width: 768px) {
        .secondary-navigation .menu-toggle {
            display: block !important;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #322152
    Craig

    Hi Leo,
    Worked great. Thank you!

    #322197
    Leo
    Staff
    Customer Support

    Glad I could help 🙂

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