Home › Forums › Support › Tasty Theme – Title Help Needed This topic has 5 replies, 3 voices, and was last updated 4 years, 3 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 8, 2019 at 9:24 pm #805553 Ana I’m using -> Single Post Sidebar Layout – Content (no sidebars) <- for the Tasty Theme. Everything is center aligned except the Blog Post Title – it’s right alignment. So my question is – How can I make the Title centered? February 8, 2019 at 11:39 pm #805596 LeoStaff Customer Support Hi there, Give this CSS a shot: h1.entry-title { text-align: center; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know π February 9, 2019 at 12:19 am #805618 Ana Great thanks Leo π How can I do the same with the -> Date, by Author Name I suppose this is the the code: I tried this: .entry-meta { align-items: center; } Nope :/ February 9, 2019 at 9:08 am #806007 TomLead Developer Lead Developer Since you have this in your custom CSS: .entry-meta { font-weight: 300; font-size: 13px; display: flex; } You’d need to replace it with this: .entry-meta { font-weight: 300; font-size: 13px; display: flex; justify-content: center; } February 9, 2019 at 3:03 pm #806229 Ana Thank you Tom, I hired a developer who did some custom CSS while working with Elementor. I decided to remove Elementor and I’ll work solely with Gutenberg and GeneratePress. Love the theme and appreciate the support you are providing. Thanks again! π February 9, 2019 at 8:21 pm #806331 TomLead Developer Lead Developer Awesome! Really glad you’re enjoying it π 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