Site logo

Archived topic

Main navigation alignment

3 replies · Started by Sandro on November 25, 2021

Viewing posts 1–4 of 4

Hi
I would like different main menu alignment for mobile and desktop version

I would like:
- Desktop/Tablet: main menu on the right
- Mobile: main menu on the center

Is it possible?

Hi there,

try adding this CSS:

@media(min-width: 500px) {
    nav .inside-navigation .navigation-branding {
        margin-right: auto;
    }
}

wow
this support forum is fantastic!

Glad to hear that :)

This archived topic is closed to new replies.