Site logo

Archived topic

Center primary navigation

3 replies · Started by Ricardo on August 26, 2020

Viewing posts 1–4 of 4

Hi. I am trying to achieve something like this with my design. I already read the forum and in most cases there was a shopping cart or an extra link in the same row but not something like this. Is this layout possible? If so, is there an easy way to replicate it?

I'm also having trouble trying to find 'Archivo' - a font from Google Fonts. How can I add it?

Thank you!

Hi there,

1. enable the Navigation as Header in the Customizer > Layout > Header.
2. Set Navigation Alignment to Center in Customizer > Layout > Primary Navigation
3. Add this CSS:

@media(min-width: 769px) {
    .navigation-branding {
        position: absolute;
        left: 40px;
        top: 0;
    }
}

Thank you for your reply. That was super fast!

You're welcome

This archived topic is closed to new replies.