Hey there. I’m trying to add a bit of space between my recent posts lists in my sidebar. I’ve added a bit of CSS to resolve the issue and it worked but not for every item in the list.
For the first 4 items, the added padding is there and looks how I want it to. However, the spacing between the fourth and fifth item seems unaffected by the additional CSS.
This is the CSS I added:
.sidebar .widget ul li {
padding-bottom: 30px;
}
Also, this is only occurring on desktop. On mobile, its looks as it should.
Any thoughts?