• Just what I was looking for.
    Kindly add the possibility of separating the posts with a <hr> line. I love the widget.

Viewing 1 replies (of 1 total)
  • Plugin Author Martin Stehle

    (@hinjiriyo)

    Thank you for your feedback. I think the easiest way to add a line is via CSS. Just add these lines at the end of the theme’s file ‘style.css’:

    .rpwwt-widget ul li {
        border-bottom: 1px solid #999;
        padding-bottom: 0.88em;
    }
    
    .rpwwt-widget ul li:last-child {
        border-bottom: 0 none;
        padding-bottom: 0;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Excellent’ is closed to new replies.