Archived topic
Adjust space between recent posts in sidebar widget
3 replies · Started by Heidi on July 28, 2020
Viewing posts 1–4 of 4
How can I add more space between the posts listed in the recent post widget in the right sidebar?
I tried copying some CSS from similar forum posts but did not see any adjustment.
Thanks!
Hi there,
Try this CSS:
.sidebar .widget_recent_entries ul li {
padding-bottom: 20px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
thank you. this CSS worked perfectly.
No problem :)
This archived topic is closed to new replies.