Site logo

Archived topic

Increase spacing between recent posts?

5 replies · Started by Debbra on July 16, 2017

Viewing posts 1–6 of 6

Is there a simple way to do this? I can't find anything in the docs or on the forum. They're displaying just fine but run together making it difficult to discern where one ends and another begins.

Thank you.

URL if you need it: http://akashaunleashed.com/lifes-greatest-masterpiece/

Hi there,

You can try to increase the space between them:

.widget.widget_recent_entries ul li {
    padding-bottom: 10px;
    line-height: 1.5;
}

Or maybe try adding a bottom border to each entry:

.widget.widget_recent_entries ul li {
    border-bottom: 1px solid #000000;
}

Adding CSS: https://docs.generatepress.com/article/adding-css/

Let me know.

Thank you Leo. I'm game to add it in. Into which section does it go? And where?

Also, if I do this, will I have to revisit every time there's an update?

Perfection, Leo. The first solution worked beautifully. You're a rock star!

You're very welcome :)

This archived topic is closed to new replies.