Ethos 'Recent Posts' Sidebar Widget Spacing Issue

Hi there!

For some reason my recent posts widget in the blog sidebar now has a lot of spacing between the links. I’d like them to look like the introductory posts, which are closer together (as seen here: https://imgur.com/KKGukPk). I’ve spent several hours trying to solve the issue but nothing has worked.

Is there a line of CSS I could add that would fix it?

Thank you

Hello @eb1990,

Thanks for writing in!

Be advised that the built-in style in Ethos to style the sidebar widget links is using this code:

.x-main .widget.widget_recent_entries li, 
.x-sidebar .widget.widget_recent_entries li {
    padding-top: 8px;
    padding-bottom: 8px;
}

Modifying the code above and reducing the padding should keep the post items closed to each other.

We are unable to provide CSS code for the customization as it is outside of our support scope. The points above will be a good starting point and if you are interested you can learn more about CSS selectors and details here.

Best Regards.

Perfect, thanks!

You’re welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.