Reply To: Mobile Header & Menus Design Options

Home Forums Support Mobile Header & Menus Design Options Reply To: Mobile Header & Menus Design Options

Home Forums Support Mobile Header & Menus Design Options Reply To: Mobile Header & Menus Design Options

#228067
Tom
Lead Developer
Lead Developer

Hi there,

If you’re using the slideout menu on mobile, you can create a new menu specifically for the slideout in “Appearance > Menus”.

Then you can remove the secondary navigation on mobile with this CSS:

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

Any suggestions for design improvements? I’m always open to ideas 🙂