Hello,
I installed the plugin Flexible Posts Widget to have a bigger picture of the Blogposts in the widgets for Footer and Sidebar.
Would it be possible to give a little bit more space between the Blogposts here?
The plugin is not changing or adding something to the CSS of the template.
I added already some additional CSS to give the Font another look:
#top .news-content {
font-size: 12px;
font-weight: 300;
font-family: ‘Noto Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}
But I do not know how to change the space between the Blogposts in the widgets/sidebar
Thank you For Help
Bernd
Hey Bernd!
Thank you for the screenshots.
Adjust the bottom margin with this:
ul.dpe-flexible-posts li {
margin-bottom: 20px;
}
Cheers!
Ismael
Hey Ismale,
perfect!
really glad about your support!
Bernd