Archived topic
How can I center the title of a category archive page?
3 replies · Started by Zad on May 25, 2018
Viewing posts 1–4 of 4
Is there any PHP code or CSS code that could possibly center the category title for a category archive page?
https://www.lesslikely.com/category/statistics/
In pages like this, I'd like to center the title, "Statistics". Right now, it's to the left.
Hi there,
Try this CSS:
h1.page-title {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thanks, it worked!
No problem :)
This archived topic is closed to new replies.