• Resolved meglish

    (@meglish)


    Hello! I’m having trouble using Max Mega Menu with GeneratePress on my site. The menu looks great in desktop but gets hidden in mobile views. I looked through the support forum and tried a few of the suggestions (like here) but am still having no luck.

    I’m building in a staging site with a password. It can be accessed here:
    https://oneshotpodcastcom.stage.site/
    username: staging_4d5fee
    password: mFiP983niArE

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Leo

    (@leohsiang)

    Hi there,

    I feel like this wouldn’t be a theme issue.

    Have you disable all the custom CSS to test if any of them is causing the issue?

    Any chance you can report this to their support for their comment first?

    Let me know ??

    Thread Starter meglish

    (@meglish)

    Hi Leo,

    I’m not using any custom CSS currently.

    When I set the Header layout to something like “Navigation Before” or “Navigation After” the menu is visible on mobile. It’s only when the menu is in the same line as the site logo that it disappears. I feel that’s a theme issue.

    Thanks.

    Hi @meglish,

    I see. There might be CSS conflict with the mega menu. Can you try adding this CSS in Appearance > Customize > Additional CSS?:

    @media (max-width: 768px) {
        #site-navigation div#mega-menu-wrap-primary {
            display: block;
        }
    }

    Kindly let us know how it goes.

    Thread Starter meglish

    (@meglish)

    Hi @fernandoazarcon2 – that did it, thank you so much!!

    You’re welcome @meglish!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Max Mega Menu not visible in mobile view’ is closed to new replies.