Title: Lines in Columns
Last modified: December 13, 2016

---

# Lines in Columns

 *  Resolved [Mago7891](https://wordpress.org/support/users/mago7891/)
 * (@mago7891)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/lines-in-columns/)
 * Hello.
    Is it possible to insert the lines between a column and the other, to
   make the most accurate layout?
 * How can I do it ?

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/lines-in-columns/#post-8548293)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Yes, for that, you can use “Custom CSS” code like
 *     ```
       .tablepress-id-1 th,
       .tablepress-id-1 td {
         border: 1px solid #cccccc;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Mago7891](https://wordpress.org/support/users/mago7891/)
 * (@mago7891)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/lines-in-columns/#post-8548746)
 * Thank you very much Tobias.
    By the way, on the top there is no top-line on the
   first line, like as a square without the top cover.
 * I tried with this command:
    .tablepress tbody tr:first-child td { border-top:
   1px; border-top-width: 1px; border-top-color: #ccc; }
 * but it doesn’t work.
 * What can I do ?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/lines-in-columns/#post-8549126)
 * Hi,
 * it should be sufficient to add the `!important` flag, like
 *     ```
       .tablepress-id-1 th,
       .tablepress-id-1 td {
         border: 1px solid #cccccc !important;
       }
       ```
   
 * Regards,
    Tobias

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

The topic ‘Lines in Columns’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 4 months ago](https://wordpress.org/support/topic/lines-in-columns/#post-8549126)
 * Status: resolved