Archived topic
Center Blog Title On Blog Page
3 replies · Started by Jeffrey on April 11, 2022
Viewing posts 1–4 of 4
I am trying to figure out how to center the blog title on the blog page underneath the pictures, right now it defaults to the left. I have messed with the setting on customize and it still does not center it, here is the page I am refering to https://strangegenetics.com/blog/
Hi Jefferey,
Give this CSS a shot:
.generate-columns-container h2.entry-title {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Fixed thank you!
No problem :)
This archived topic is closed to new replies.