..hey, thanks fo bringing this up. I want this feature too. The plugin I used before had that feature, or when I set it too 300 px wide it automatically slotted the Title Under or Over the thumbnail. This “special” plugin here does not do it. Developer: Is there a chance this can be set?
I would also like to know the answer to this 🙂 Loving the plugin thanks for making it!
Not sure if this will help anyone else but I’ve used this css to do what I needed. Feel free to jump in if I missed anything 🙂
C
.srp-post-content-container{
padding:10px;
display: block;
}
.srp-content-box {
display: initial;
}
.srp-thumbnail-box img {
margin: 0 0 10px;
}
.srp-widget-container {
display: block;
text-align: center;
}