I solved my self using following css to custom theme css and fixed the problem but i propose to have the option of columns to a next release.Thank you…
.widget_rate-my-post-top-rated-widget .rmp-tr-posts {
padding-top:10px;
padding-left:5px;
padding-right:5px;
border-radius: 20px;
-moz-column-count: 2;
column-count: 2;
background:#e1e1df66;
}
.widget_rate-my-post-top-rated-widget img {
border-radius: 20px;
width:120px;
height:80px;
object-fit:fill;
}
-
This reply was modified 5 years, 5 months ago by redmaverick.