Fixed. (See below)
Since both Plugins are by the same Author (Great One!) I think the styling should be the same and consistent for both Plugins. I have updated the recently.css file to match that of wpp.css and now both widgets look the same and things are great!
Note: If you are kind to keep the match of the CSS on the future update of the Recently plugin, it will be nice to stay consistent and not have to manually go back and match the two files. (P.S. the wpp.css fixed all issues, so it trumped the recently.css file)
Thank you very much!
Updated CSS below:
/*
Recently plugin stylesheet
Developed by Hector Cabrera
cabrerahector.com | @cabrerahector
Use the following classes to style your recent posts list as you like.
*/
/* Styles the “Sorry, no data so far” message */
.recently-no-data {
}
/* UL – Popular Posts container styles */
.recently-list {
}
/* LI – Post container styles */
.recently-list li {
overflow: hidden;
float: none;
clear: both;
margin-bottom: 1rem;
}
.recently-list li:last-of-type {
margin-bottom: 0;
}
.recently-list-with-thumbnails li {
}
/* Thumbnail styles */
.recently-thumbnail {
display: inline;
float: left;
margin: 0 1rem 0 0;
border: none;
}
/* Title styles */
.recently-post-title {
}
/* Excerpt styles */
.recently-excerpt {
}
/* Metadata tag styles */
.recently-meta {
display: block;
font-size: 0.8em;
}
/* Comments count styles */
.recently-comments {
}
/* Views count styles */
.recently-views {
}
/* Author styles */
.recently-author {
}
/* Post date styles */
.recently-date {
}
/* Post category styles */
.recently-category {
}
/* WP-PostRatings styles */
.recently-rating {
}