Title: Separator between post
Last modified: November 25, 2018

---

# Separator between post

 *  Resolved [inonz987](https://wordpress.org/support/users/inonz987/)
 * (@inonz987)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/separator-between-post/)
 * Hello Developer,
 * I would like to get the separator between post like my captured screen below.
   
   Please can you advise.
 * [https://ibb.co/t2frG31](https://ibb.co/t2frG31)
    -  This topic was modified 7 years, 6 months ago by [inonz987](https://wordpress.org/support/users/inonz987/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fseparator-between-post%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Martin Stehle](https://wordpress.org/support/users/hinjiriyo/)
 * (@hinjiriyo)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/separator-between-post/#post-10913989)
 * Go in the backend of your site to the Customizer’s panel “Additional CSS” and
   paste this code there:
 *     ```
       .rpwwt-widget ul li {
           border-bottom: 3px solid #d1d1d1;
           padding-bottom: 1em;
       }
       ```
   
 * If you do not want a seperator at the end of the list add this code below the
   above code:
 *     ```
       .rpwwt-widget ul li:last-child {
           border-bottom: 0 none;
           padding-bottom: 0;
       }
       ```
   
 *  Thread Starter [inonz987](https://wordpress.org/support/users/inonz987/)
 * (@inonz987)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/separator-between-post/#post-10913994)
 * Hello Martin,
 * Your solution work perfectly.
    Many thanks.
 *  Plugin Contributor [Martin Stehle](https://wordpress.org/support/users/hinjiriyo/)
 * (@hinjiriyo)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/separator-between-post/#post-10914683)
 * You are welcome! If you like the plugin I would be glad about your [review](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/reviews/).

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Separator between post’ is closed to new replies.

 * ![](https://ps.w.org/recent-posts-widget-with-thumbnails/assets/icon-256x256.
   png?rev=2478511)
 * [Recent Posts Widget With Thumbnails](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/recent-posts-widget-with-thumbnails/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/)
 * [Active Topics](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/recent-posts-widget-with-thumbnails/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Martin Stehle](https://wordpress.org/support/users/hinjiriyo/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/separator-between-post/#post-10914683)
 * Status: resolved