Site logo

Archived topic

Why secondary menu is showing in Slideout Menu

4 replies · Started by Umad on November 19, 2018

Viewing posts 1–5 of 5

I have created 3 menu
Primary Menu
Secondary Menu
Slideout Menu for mobile only.

Everything is working fine just dont know what that secondary menu is showing in Slideout Menu.

I'm only seeing those menu items in the Slideout Menu: http://prntscr.com/lkhd41

I'm not seeing any of your secondary navigation items in there.

Ah, you can remove that like this:

@media (max-width: 768px) {
    .secondary-navigation {
        display: none;
    }
}
This archived topic is closed to new replies.