Archived topic
"Rate my Post" widget issue
5 replies · Started by Christiano on September 29, 2022
Hi! I inserted the "rate my post" widget in the right sidebar together with a "last article" one.
The problem is the the former uses thumbnail images (square) and the latter a rectangular image. Ho can I force "rate my post" widget to show images of the same type of the "last article" ones?
I hope to have been clear... 😅
Hi Christiano,
For reference, can you share the link to the site in question here?
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Sure, here it is...
This is not something that the theme can control and not theme related, but we'll help you out here :)
Try this CSS:
.widget-area .rmp-tr-posts-widget__img-container img {
width: 260px;
height: 130px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you very much Ying, it works like charm!!! 😃👏🏼👏🏼👏🏼
THANKS!!!
🤗
You are welcome :)