Title: Customizable Column Border Functionality
Last modified: October 25, 2024

---

# Customizable Column Border Functionality

 *  Resolved [sup4201201](https://wordpress.org/support/users/sup4201201/)
 * (@sup4201201)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/customizable-column-border-functionality/)
 * Hello,
 * First, thank you for all the work you put into developing and maintaining this
   plugin! I’ve been enjoying using it, and it’s become a crucial part of my workflow.
 * I have a feature request, where I could add customizable borders to individual
   columns, like vertical borders ( in excel). This is for separate content better
   in a table.
 * I understand that adding new features requires time and resources, but if this
   aligns with your development roadmap or if there are any workarounds available
   in the meantime, please let me know.
 * Thank you again for your hard work, and I look forward to hearing your thoughts!

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/customizable-column-border-functionality/#post-18095886)
 * Hi!
 * Thanks for your question!
 * At this time, I do not have specific plans to integrate the ability to add vertical
   borders between individual columns. However, this is possible with some CSS code.
   For example, add this to the “Custom CSS” text area on the “Plugin Options” screen
   of TablePress:
 *     ```wp-block-code
       .tablepress-id-123 .column-3 {  border-right: 1px solid #000000;}
       ```
   
 * This will add a black border line between columns 3 and 4 of table 123.
 * Best wishes,
   Tobias
 *  Thread Starter [sup4201201](https://wordpress.org/support/users/sup4201201/)
 * (@sup4201201)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/customizable-column-border-functionality/#post-18099373)
 * Hi,
 * Thanks for your answer!
 * The problem we have is that the tables differ from each other so we don’t always
   know where to put those styles and our client doesn’t know / use css so it would
   be too custom solution for us. But we will think another workaround.
 * Thank you!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/customizable-column-border-functionality/#post-18099935)
 * Hi,
 * I see. Yes, this would require a bit of CSS by your client, but that should not
   be too complex, especially as they would quickly see the results as visual feedback.
 * I hope that you can find a good solution for your needs!
 * Best wishes,
   Tobias

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

The topic ‘Customizable Column Border Functionality’ 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: [1 year, 7 months ago](https://wordpress.org/support/topic/customizable-column-border-functionality/#post-18099935)
 * Status: resolved