Site logo

Archived topic

secondary menu issue

5 replies · Started by morriscountynj on October 9, 2015

Viewing posts 1–6 of 6

for some reason, between 768-1024px, both the mobile and desktop versions of the secondary menu show up. try resizing, you'll see what i mean - http://mcscd.org/

Probably has to do with the custom CSS you added to make the mobile menu appear quicker.

Do you want the secondary navigation to collapse at the same time?

not necessarily, i'd need to try shrinking it to see when i want it to collapse :)

In your custom CSS, find this:

.menu-toggle, 
.main-navigation.toggled .main-nav>ul {
    display: block;
}

And replace it with this:

.main-navigation .menu-toggle, 
.main-navigation.toggled .main-nav>ul {
    display: block;
}

Then clear your autoptimize cache.

awesome, thank you!

and thanks for all your great tech support, i'm sure i've been a bit of a pain with all of my customizations ;)

You're welcome! Glad I've been able to help :)

This archived topic is closed to new replies.