Archived topic
How to center-align excerpts in blog posts?
3 replies · Started by victor on May 8, 2020
Heya! I just bought premium, good stuff!
Currently, my blog posts are displayed on the page with the excerpt at the bottom. How do I center align the excerpt?
Also, when I go to typography > body > line height - this adjusts the line height for everything. If I want to adjust line height differently for excerpts and the blog content itself, how would I do that?
Hi there,
Try this CSS:
.entry-summary {
text-align: center;
}
.entry-summary p {
line-height: 1.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks :)
No problem :)