Try adding the CSS below to the bottom of your style.css file or via a child theme or via the Jetpack plugin’s custom CSS feature:
.widget_recent_entries {
text-align: left;
}
.widget_recent_entries li,
.widget_recent_entries span {
clear: both;
display: block;
}
If you’re using Chrome or Firefox you can right-click on anything in your page and choose inspect element to debug CSS issues.
Hey there Arcss,
Hope you’re well today!
This can be done with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.widget_recent_entries li {
margin-bottom: 10px;
}
.widget_recent_entries a {
display: block;
}
This should make your recent post widget to be displayed as the one below.
Hope this helps 🙂
Cheers,
Bojan
Thread Starter
Arcss
(@arcss)
Thanks a lot, it worked!!
Hey there Arcss,
Glad it’s working for you! 🙂 Working with Bojan here.
I suggest you mark this thread as resolved so other members with the same issue can see that this ticket contains an answer that maybe a possible solution for their issue.
Take care,
Calvin