Home › Forums › Support › how to display Site Tagline below the logo This topic has 7 replies, 2 voices, and was last updated 4 years, 1 month ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts May 2, 2019 at 11:16 am #886957 Sam Please advise how to display the ‘Site Tagline’ below the logo. Right now, it appears above the logo. May 2, 2019 at 11:20 am #886962 Sam Further, I want it to be centered, just like the logo. May 2, 2019 at 11:25 am #886970 Sam FYI, I am using: GeneratePress Version: 2.2.2 GP Premium Version 1.8.1 May 2, 2019 at 12:48 pm #887058 TomLead Developer Lead Developer Hi there, Try this CSS: .inside-header { display: flex; flex-direction: column; } .site-branding { order: 10; } Depending on your browser compatibility needs, you might want to run that CSS through this tool: https://autoprefixer.github.io/ May 2, 2019 at 2:07 pm #887144 Sam Tom, I tried adding the following at the end of the style.css file but to no effect: /* * To display the Site Tagline below the logo */ .inside-header { display: flex; flex-direction: column; } .site-branding { order: 10; } Please guide forward. May 2, 2019 at 3:27 pm #887175 TomLead Developer Lead Developer Can you try adding it using one of these methods?: https://docs.generatepress.com/article/adding-css/ May 2, 2019 at 5:06 pm #887222 Sam Tom, Adding the above css via the plugin Simple CSS worked for me. Thank you. May 3, 2019 at 8:22 am #888038 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In