Thumbnail position and Custom Styles
-
I just set-up this plugin and it is ideal for what I need although a few things are not working.
I am displaying only the thumbnail, to the left, and post title.
The thumbnail is in the wrong spot and is appearing beside the next post title down in the list. I’m not sure how to fix.
I was able to style the thumbnail with this CSS:
.pis-thumbnail-img {
padding: 3px;
border: 1px solid #e9740d;
width: 72px;
height: 68px;
}I am unable to style the post title. This is the CSS I’m using and it is not working:
.pis-title {
font-family: ‘Droid Sans’, sans-serif;
color: #d75703;
font-size: 15px !important;
font-weight: 400 !important;
line-height: 1.2em;
}Also, how can I separate each item in the list so they titles sit nicely beside each thumbnail?
A nice feature would be to specify the width and height of the thumbnail in the settings rather than by CSS.
Also, if no featured image is set for the post it would be nice if the first image in the post could be used.
Lastly, is there a list of all the CSS classes available to use when styling this plugin?
Thanks for such a great plugin. I hope I can learn how to configure it properly for my website.
Sorry, the site is on localhost and I can send a link currently.
Thanks,
Gord
- The topic ‘Thumbnail position and Custom Styles’ is closed to new replies.