Site logo

Archived topic

"Rate my Post" widget issue

5 replies · Started by Christiano on September 29, 2022

Viewing posts 1–6 of 6

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... 😅

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 :)

This archived topic is closed to new replies.