Site logo

[Support request] Centre Site Logo / Title, have primary navigation also centered on the next line

Home Forums Support [Support request] Centre Site Logo / Title, have primary navigation also centered on the next line

Home Forums Support Centre Site Logo / Title, have primary navigation also centered on the next line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2564575
    Martin

    As per topic title, Centre Site Logo / Title, and have primary navigation, also centered, on the next line

    What’s the best way to achieve this?

    #2564819
    David
    Staff
    Customer Support

    Hi there,

    go to the Customizer > Layout > Header –> Header Presets and choose Navigation After - Centered

    And to stack the logo and site title, add this CSS:

    .site-branding-container {
        flex-direction: column;
    }
    .site-branding-container .site-logo {
        margin: 10px 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.