• Resolved redmaverick

    (@redmaverick)


    First of all congratulations for your plugin.It’s the best among many other rating plugins.I need help with customization of the widget of top rated posts.Is there any way to put posts in 2 or 3 columns instead of 1? Perhaps you should put this widget option in the near future.Thank you in advance for your time.Kind regards.Mike from Greece.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter redmaverick

    (@redmaverick)

    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 4 years, 6 months ago by redmaverick.
    Plugin Support Blaz K.

    (@blazk)

    Hi @redmaverick,

    I’m glad to hear you already solved the problem. I will consider that.

    Best regards,
    Blaz

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to have widget the top rated posts in 2 columns’ is closed to new replies.