Archived topic
How can I move the button “read more” in the blog page for each post to the
4 replies · Started by eden on January 15, 2020
Viewing posts 1–5 of 5
How can I move the button “read more” in the blog page for each post to the center?
Also I would like to center the title tags and the date and author name of the posts shown in the blog page
Hi there,
Try this CSS:
.entry-header, .read-more-container {
text-align: center;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thank you!
No problem :)
This archived topic is closed to new replies.