Site logo

Archived topic

Secondary Navigation Mobile Breakpoint

1 reply · Started by Anthony on November 10, 2020

Viewing posts 1–2 of 2

Hello there,

I've seen this asked a few times on here but I haven't had much luck yet.

I'm trying to get the secondary menu to change from the inline list to the dropdown menu earlier than it normally does.

Maybe I did something wrong but I was trying this here:

https://generatepress.com/forums/topic/secondary-menu-breakpoint/

Hi there,

This is the important part:

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

    .secondary-navigation ul, 
    .secondary-navigation:not(.toggled) .main-nav > ul {
        display: none;
    }
}

It looks like you have some other custom CSS for the mobile menu that you'll want to move into this media query as well.

This archived topic is closed to new replies.