Archived topic
Centering Post Title
1 reply · Started by Nicolas on August 27, 2018
Viewing posts 1–2 of 2
I have just uploaded a post but the title is left aligned with the rest of the article being centered...how do I align the post title?
I see everything for font, color, size, etc..but nothing for alignment.
Thank you!
Hi there,
Currently it requires some CSS below and it's not commonly requested:
.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.