Post title does not wrap around thumbnail
-
Hi Hector,
I recently switched themes to Smartmag and the titles of my posts in the WPP widget on the sidebar appear under the thumbnail as opposed to wrapping around it. Do you know how I can resolve this so that they wrap properly?
This is what I have in wpp.css:
Use the following classes to style your popular posts list as you like.
*//* Styles the “Sorry, no data so far” message */
.wpp-no-data {
}/* UL – Popular Posts container styles */
.wpp-list {
}/* LI – Post container styles */
.wpp-list li {
/*overflow:hidden;*/
float:none;
clear:both;
list-style-position:outside;
margin-left:15px;
}/* Thumbnail styles */
.wpp-thumbnail {
display:inline-block;
float:left;
margin:0 5px 0 0;
border:none;
}Thanks in advance
The topic ‘Post title does not wrap around thumbnail’ is closed to new replies.