Archived topic
Post Title wrapping below thumbnail image in right sidebar
3 replies · Started by impro1 on August 10, 2021
Hi,
I am using WP Show post to show a thumbnail+title in my right sidebar. But if I have a longer title (more than 3 lines), then the text is wrapping below the image.
I want the title to stay aligned to the right of the image thumbnail.
Please see the screenshot below:
https://imgur.com/a/jxMHq5Z
TIA
Hi there,
try adding this CSS:
.wp-show-posts-image.wpsp-image-left + .wpsp-content-wrap {
overflow: hidden;
}
Perfect... works like a charm!
Thanks a lot David!
I must say again that GP support is the best in any industry!
Glad to be of help!