Black Friday sale! Get up to 25% off GP Premium! Learn more ➝

[Support request] Fixing mobile navigation issues

Home Forums Support [Support request] Fixing mobile navigation issues

Home Forums Support Fixing mobile navigation issues

  • This topic has 1 reply, 2 voices, and was last updated 6 years ago by Leo.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #418722
    gbreton

    Hey Tom, I’m working on a staging site

    And I’m using the Max Mega Menu plugin because I’m planning some extended navigation on that site but I have a few issues with the way navigation shows on mobile.

    Here’s what I’d like to achieve:

    – Not show the primary navigation on mobile (only on desktop and tablets)
    – Not show the default GP navigation on mobile
    – Show the Max mega menu navigation on mobile

    Can you assist with this?

    #419022
    Leo
    Staff
    Customer Support

    Hi there,

    Looks like the Max mega menu is already shown in mobile?

    If so you should just need to do this:

    @media (max-width: 768px) {
        .menu-logo .main-navigation:not(.mobile-header-navigation) .menu-toggle,
        .secondary-navigation .menu-toggle {
            display: none;
        }
    }

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

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