Did not fix it.
I have now uploaded old version of plugin that works with the below CSS.
Go to https://www.pokereagles.com and see how the Most Viewed Stories looks.
How do I replicate that look with your new updated plugin since it seems the css changed.
/* title styles */
.wpp-post-title {
height:40px;
padding-right:30px;
width:230px;
font-weight:bold;
text-decoration: none;
font-size: 12px;
color: #015B7D;
}
/* thumbnail styles */
img.wpp-thumbnail {
float: left;
padding:5px;
width: auto;
}
/* excerpt styles */
.wpp-excerpt {margin:0px;
}
/* Stats tag styles */
.post-stats {
font-size:9px;
font-weight:bold;
}
.wpp-comments {
}
.wpp-views {
}
.wpp-author {
font-style:italic;
}
.wpp-date {font-weight:italic;
font-size: 10px;
}