Home › Forums › Support › Inline logo and site title This topic has 5 replies, 3 voices, and was last updated 4 months, 1 week ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 27, 2022 at 1:39 am #2389246 Alex Hi! Would you please help me to display logo and site title inlined, not the logo above the title? October 27, 2022 at 1:43 am #2389253 Fernando Customer Support Hi Alex, In you style.css file, you have this custom code: .site-branding-container { flex-direction: column; align-items: flex-start; } Try replacing column to row. October 27, 2022 at 1:49 am #2389262 Alex Thanks for your support, it’s great! Is it possible to move the site description to the left below the logo? October 27, 2022 at 5:08 am #2389546 DavidStaff Customer Support Hi there, Try adding this CSS: .site-description { position: relative; left: -60px; } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 27, 2022 at 7:00 am #2389718 Alex Thanks for your support. That’s perfect! November 10, 2022 at 5:12 am #2409689 DavidStaff Customer Support You’re welcome Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In