Home › Forums › Support › Lower site title in header This topic has 3 replies, 2 voices, and was last updated 4 years ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 25, 2019 at 7:08 am #820948 CRISTO Got great help from you before on moving my logo a bit to the right in my header. Now I would like to move the title down a bit so that it is parallel to the center of the logo. Probably some css would do the trick. GeneratePress 2.2.2 February 25, 2019 at 7:51 am #821015 DavidStaff Customer Support Hi there, try this CSS: @media (min-width: 768px) { .inside-header { display: flex; align-items: center; } .site-branding { order: 2; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ February 25, 2019 at 8:15 am #821041 CRISTO Worked like a charm…..thanks so much. Simple css is great for people like me. And, of course, you guys are great as well. February 25, 2019 at 8:38 am #821058 DavidStaff Customer Support Awesome – glad to be of help 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In