Archived topic
How to make post title to be aligned centred in single post and .....
1 reply · Started by Mike on April 5, 2020
Viewing posts 1–2 of 2
Hi,
I was wondering if I can make post title to be aligned centered inside the blog post and aligned left on the home page.
If so how can I do that?
Thanks
Hi there,
Add this CSS:
.single h1.entry-title {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.