Archived topic
Center Heading/Titles in Blog Posts
6 replies · Started by Claire on April 1, 2020
Hello,
Is there a way to center headings/titles and author info etc., in blog pots?
My default is to the left but I cannot see anywhere to center the headings.
Thanks,
Hi there,
is this on the single post or the blog page?
Can you link us to your site as well so i can provide the right CSS.
Hi David,
It's for each single blog post - so its set as 'default' for all new blog posts.
So this is the post here and all I would like is for all blog post titles and the 'by Claire Bullerwell' to be centered - blog-wide.
https://www.shedoesbusiness.co/business-ideas-for-women-at-home/
Thanks,
Hello,
I would be grateful if someone could answer this please?
:)
Really sorry this slipped through our system some how.
Try this CSS:
.single-post .entry-header {
text-align: center;
}
Thanks David, this worked!
You're welcome