Title: Lines between posts
Last modified: September 5, 2022

---

# Lines between posts

 *  Resolved [pinfante](https://wordpress.org/support/users/pinfante/)
 * (@pinfante)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/lines-between-posts/)
 * Hi!
 * Would like to know of any CSS that could create lines between each listed post.
 * Thanks.
    -PI
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flines-between-posts%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Support [Habib](https://wordpress.org/support/users/habibjh/)
 * (@habibjh)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/lines-between-posts/#post-15978830)
 * Hi [@pinfante](https://wordpress.org/support/users/pinfante/),
 * What type of line you would like to add between each post?
    Please check the 
   screenshot – [https://prnt.sc/qyq5yD1z5Xsl](https://prnt.sc/qyq5yD1z5Xsl)
 * If you get your answer by the screenshot, then just use the below CSS in your
   Customizer > Additional CSS box.
 *     ```
       .tpg-shortcode-main-wrapper .even-grid-item:not(:last-child) {
         border-bottom: 1px solid #bbbec1;
         padding-bottom: 5px;
       }
       ```
   
 * Thanks
 *  Thread Starter [pinfante](https://wordpress.org/support/users/pinfante/)
 * (@pinfante)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/lines-between-posts/#post-15981791)
 * That is perfect!!
 * Thanks so much for your help!
 * -Pat

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

The topic ‘Lines between posts’ is closed to new replies.

 * ![](https://ps.w.org/the-post-grid/assets/icon-256x256.gif?rev=2647621)
 * [The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid](https://wordpress.org/plugins/the-post-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-post-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-post-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/the-post-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-post-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-post-grid/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [pinfante](https://wordpress.org/support/users/pinfante/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/lines-between-posts/#post-15981791)
 * Status: resolved