Site logo

[Support request] Move site title beneath logo in navigation

Home Forums Support [Support request] Move site title beneath logo in navigation

Home Forums Support Move site title beneath logo in navigation

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2489249
    Elzanne Botha

    Hi!

    I’ve centered the logo and title in the navigation in http://lieslbasson.co.za/. Now I would like to place the site title beneath the logo in navigaton. I have tried the following snippet but it’s not working: https://gist.github.com/generatepress/940493d7b6a9424e70d7

    I’ve also tried adding the site title as a hook below the logo, but it still displays right next to it.

    Please assist.

    Thank you.

    #2489449
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (min-width: 769px) {
        .inside-header .site-branding-container {
            display: flex;
            flex-direction: column;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

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