Title: Lines between columns CSS
Last modified: August 11, 2021

---

# Lines between columns CSS

 *  [wiebe1996](https://wordpress.org/support/users/wiebe1996/)
 * (@wiebe1996)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/lines-between-columns-css/)
 * Dear all,
 * I wanted to created lines between the columns in Gutenberg, after some searching
   I get it done with the following CSS:
 *     ```
       .wp-block-column {
           border-width: 0 1px 0 0;
           border-right-style: solid;
           border-right-color: black;
           padding-right: 35px;
       }
       ```
   
 * But i don’t want the last line in the design on, is there anyone who could learn
   me how to disable this one on built.widere.nl.
 * Thanks you in advanced!
 * Gr, Wiebe
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Flines-between-columns-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 * ![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)
 * [Gutenberg](https://wordpress.org/plugins/gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [wiebe1996](https://wordpress.org/support/users/wiebe1996/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/lines-between-columns-css/)
 * Status: not resolved