Satrya,
I did locate “rpwe-frontend.css” in wp-content>plugins>recent-posts-widget-extended>assets>css, renamed the file to preserve the original, and uploaded a new version under the old name with the modification recommendeded by TLe Apps:
Original:
.rpwe-block li {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
display: inline-block;
}
Modified:
.rpwe-block li {
border-bottom: 1px solid #eee;
margin-bottom: 10px;
padding-bottom: 10px;
list-style-type: none;
display: block;
}
Working well now.
Discovered I had to close down Chrome and reopen the site to get the change to take effect. Maybe I could have used the “custom CSS” feature of my theme to make the change after all, if it drops out in the future I’ll try that.
Thank you, I do appreciate your work;
Mark Foote
[email protected]