Title: Horizontal Bottom Border Problem
Last modified: August 20, 2016

---

# Horizontal Bottom Border Problem

 *  Resolved [trekcore](https://wordpress.org/support/users/trekcore/)
 * (@trekcore)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/horizontal-bottom-border-problem/)
 * I’m having difficulty getting rid of the bottom border in my tables.
 * Here is an example page:
    [http://trekcore.com/blog/2013/02/bobw-blu-ray-trailer-more-packaging-images/](http://trekcore.com/blog/2013/02/bobw-blu-ray-trailer-more-packaging-images/)
 * I’ve added the following to the TablePress custom CSS:
 *     ```
       .tablepress,
       .tablepress tr,
       .tablepress tbody td,
       .tablepress thead th,
       .tablepress tfoot th {
       	border: none;
       }
       ```
   
 * But haven’t had any luck!
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/horizontal-bottom-border-problem/#post-3452699)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Due to some CSS in your theme, we’ll need to be a little bit more strict in the
   code. Please try changing the line
 *     ```
       border: none;
       ```
   
 * to
 *     ```
       border: none !important;
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [trekcore](https://wordpress.org/support/users/trekcore/)
 * (@trekcore)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/horizontal-bottom-border-problem/#post-3452700)
 * Perfect! That works! Thanks so much Tobias. Our theme seems to have a lot of 
   code which conflicts with the design we want, so we may change it.
 * Thanks again!
 *  Thread Starter [trekcore](https://wordpress.org/support/users/trekcore/)
 * (@trekcore)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/horizontal-bottom-border-problem/#post-3452703)
 * Tobias – this isn’t so much related to your plugin, but rather a problem I’ve
   run into while making the contents of the table. The images in the second and
   fourth columns (the amazon buttons) have a vertical spacing I can’t get rid of…
   do you have any suggestions?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/horizontal-bottom-border-problem/#post-3452705)
 * Hi,
 * sure, no problem! You are very welcome! Great to hear that this did it 🙂
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please rate TablePress here in the plugin directory.
   Thanks!
 *  Thread Starter [trekcore](https://wordpress.org/support/users/trekcore/)
 * (@trekcore)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/horizontal-bottom-border-problem/#post-3452710)
 * I’ll be sure to rate it. Do you have any suggestions on the image vertical spacing
   issue??
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/horizontal-bottom-border-problem/#post-3452741)
 * Hi,
 * thanks for rating the plugin, I really appreciate it.
 * And sorry that I missed that question about the images… We probably wrote our
   replies at about the same time, so that I didn’t see it.
    Now, from what I can
   see you alreay found a solution to that issue? The buttons look fine for me in
   Chrome.
 * Regards,
    Tobias

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

The topic ‘Horizontal Bottom Border Problem’ 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/)

## Tags

 * [Borders](https://wordpress.org/support/topic-tag/borders/)

 * 6 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/horizontal-bottom-border-problem/#post-3452741)
 * Status: resolved