Site logo

Archived topic

Max megamenu integration: secondary navigation mobile view

3 replies · Started by José on April 16, 2019

Viewing posts 1–4 of 4

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

Hi there,

Try adding this CSS:

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

Hi Tom, it works perfect

thank you so much.

You're welcome :)

This archived topic is closed to new replies.