Thanks for the immediate response! Thanks for adding the class…I’m working with the CSS right now.
One thing that helped was putting the width to “inherit.”
Here’s the code I am using:
.display-posts-listing li {
list-style-type: none;
min-height: 175px;
overflow:hidden;
padding-left: 175px;
position: relative;
width: inherit;
}
.display-posts-listing .title {
font-size:1.2em;
font-weight:bold;}
.display-posts-listing img {
left: 0;
position: absolute;
top: 0;
}
And here’s the updated page:
Is there a way to get the “title” for the displaypost to inherit all the css for the fpost title in the site?
Great job on this plugin.
Stephen