[Resolved] Center primary navigation

Home Forums Support [Resolved] Center primary navigation

Home Forums Support Center primary navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1419875
    Ricardo

    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!

    #1420143
    David
    Staff
    Customer Support

    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;
        }
    }
    #1420253
    Ricardo

    Thank you for your reply. That was super fast!

    #1420257
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.