Archived topic
center H1
3 replies · Started by steven on January 27, 2022
Viewing posts 1–4 of 4
Hi there,
how to center the H1 title of my blog posts? I did not find how to do it
Hi there,
Try this CSS:
.single h1.entry-title {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks !
No problem :)
This archived topic is closed to new replies.