Site logo

Archived topic

Mobile Header & Menus Design Options

3 replies · Started by Eugen on September 20, 2016

Viewing posts 1–4 of 4

Hello,

I have a problem with the mobile menus. It doesn't look very attractive when the secondary menu is above the main menu on mobile.
Mobile View

It would be much more attractive if we could specify the mobile menu seperately. It would be good if there would be more design options for the mobile header and menus since the possibilities right now are very limited.

Thank You
Eugen

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 :)

Ok, that's cool. Thank you.

You're welcome :)

This archived topic is closed to new replies.