Home › Forums › Support › Move site title beneath logo in navigation This topic has 1 reply, 2 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts January 9, 2023 at 10:17 am #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. January 9, 2023 at 2:35 pm #2489449 LeoStaff 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 🙂 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In