Title: Table Boaders
Last modified: August 21, 2016

---

# Table Boaders

 *  Resolved [RhinoSilver](https://wordpress.org/support/users/rhinosilver/)
 * (@rhinosilver)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-boaders/)
 * Hi,
 * If someone could please tell me how to make left side of my table border to show
   up as a colored vertical line and also adjust the thickness of that vertical 
   line it would be greatly appreciated.
 * Regards,
 * James
 * [http://wordpress.org/plugins/tablepress/](http://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-boaders/#post-4521969)
 * Hi James,
 * thanks for your post, and sorry for the trouble.
 * The best way for that should be to add this to the “Custom CSS” textarea on the“
   Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-123 {
         border-left: 3px solid #00ff00 !important;
       }
       ```
   
 * If that does not help, please post a link to the page with the table, so that
   I can take a direct look. Thanks!
 * Regards,
    Tobias
 *  Thread Starter [RhinoSilver](https://wordpress.org/support/users/rhinosilver/)
 * (@rhinosilver)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-boaders/#post-4522076)
 * Hi Tobias,
 * Your solution to the problem worked perfectly, I thank you for taking your time
   to assist me with this issue.
 * Best Regards,
 * James
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-boaders/#post-4522096)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!
 *  Thread Starter [RhinoSilver](https://wordpress.org/support/users/rhinosilver/)
 * (@rhinosilver)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-boaders/#post-4522103)
 * Good Morning Tobias,
 * I have run into another small problem, I would like to delete all of the padding
   above and beneath the text within the table I tried using the following:
 * .tablepress-id-10 .row-1 td {
    padding: 0 25px; }
 * but it didn’t seem to work out totally. Here is a link to the page so you can
   take a look:
 * [http://musiclive365.com/sell-your-music-worldwide/](http://musiclive365.com/sell-your-music-worldwide/)
 * Any assistance with this issue would be greatly appreciated.
 * Regards,
 * James
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/table-boaders/#post-4522105)
 * Hi James,
 * I’m not really sure what you mean here. The CSS code that you posted is applied
   to the table on that page just fine.
    The top and bottom padding is set to 0,
   while the left and right padding is 25px.
 * Where exactly are you seeing padding that you want to remove? Can you maybe post
   a screenshot and highlight that padding?
 * Regards,
    Tobias

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

The topic ‘Table Boaders’ 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/)

 * 5 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/table-boaders/#post-4522105)
 * Status: resolved