[Resolved] Max megamenu integration: secondary navigation mobile view

Home Forums Support [Resolved] Max megamenu integration: secondary navigation mobile view

Home Forums Support Max megamenu integration: secondary navigation mobile view

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by Tom.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #871026
    José

    Hi, I’m trying max megamenu. I would like to occupy it mainly in the secondary menu. But in the mobile view it shows two buttons (attached image).
    In the max megamenu support solution they recommend Removing Residual Styling. Is this the most appropriate? I do not want to get rid of things that do not correspond …

    Thanks for your attention

    username:
    1vendedor@cechile.com
    password
    123

    #871773
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Try adding this CSS:

    @media (max-width: 768px) {
        .secondary-navigation .menu-toggle {
            display: none;
        }
    }
    #872061
    José

    Hi Tom, it works perfect

    thank you so much.

    #872167
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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