Archived topic
Need space between titles in latest posts block
3 replies · Started by Jonathan on July 20, 2021
Viewing posts 1–4 of 4
I know this isn't a generatepress question specifically but I hope someone can help.
In my "sidebar" (really just a container block) I have a latest posts block, but the titles run together. http://www.shininglightpublications.com/student-ministry/
How can I separate them?
Thanks.
Hi Jonathan,
Try this CSS:
ul.wp-block-latest-posts__list.wp-block-latest-posts li {
padding-bottom: 20px;
}
Let me know if this helps :)
Perfect! Thank you!
No problem :)
This archived topic is closed to new replies.