Forums
Forums / Plugin: Recent Posts Widget With Thumbnails / Can I Put Horizontal between Recent Posts
(@rakeinfo)
8 years, 10 months ago
Hi admin,
Is it possible to put Horizontal between each recent posts on the widget bar?
Thank you so much
(@hinjiriyo)
Add this CSS code:
.rpwwt-widget ul li { border-bottom: 1px solid #000; }
To delete the line at the last list item, if desired:
.rpwwt-widget ul li:last-child { border-bottom: none; }
The topic ‘Can I Put Horizontal between Recent Posts’ is closed to new replies.