Title: [Plugin: WP-Table Reloaded] Border CSS
Last modified: August 20, 2016

---

# [Plugin: WP-Table Reloaded] Border CSS

 *  Resolved [kevb8lly](https://wordpress.org/support/users/kevb8lly/)
 * (@kevb8lly)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/)
 * Great plug in.
 * I have 2 columns in table <2>. I want all borders showing except the middle border
   between the two columns. The only reason I have 2 is for layout purposes.
 * What is the css for that. All that I have tried just gives me borders everywhere.
 * Thanks
 * Kev
 * [http://wordpress.org/extend/plugins/wp-table-reloaded/](http://wordpress.org/extend/plugins/wp-table-reloaded/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/#post-2840521)
 * Hi Kev,
 * first thing: A table is not the best choice for layout purposes, and using a 
   more modern approach using `<div>` containers might be easier…
 * Now, to keep that middle border, please try this:
    1. Remove all borders (using
   the CSS from the FAQ). 2. Add this “Custom CSS”, to add a border in the middle
   again:
 *     ```
       .wp-table-reloaded-id-2 .column-1 {
         border-right: 1px solid #000000 !important;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [kevb8lly](https://wordpress.org/support/users/kevb8lly/)
 * (@kevb8lly)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/#post-2840525)
 * Hi Tobias. Thanks for the reply. I actually worked it out. The theme table CSS
   was also affecting things and I needed to amend both.
 * As it happens, I’ve changed it to 3 columns as it looks better so don’t need 
   that now!
 * I do have another problem. How can I align an image vertically central within
   a cell?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/#post-2840526)
 * Hi,
 * great that this is solved for you 🙂
 * About the image: That can be tricky as images usually have padding and margin
   around them, and as they are block level elements that don’t “listen” to regular
   commands for text.
    If you post the link to the page with the table I should 
   be able to tell you more though.
 * Regards,
    Tobias
 *  Thread Starter [kevb8lly](https://wordpress.org/support/users/kevb8lly/)
 * (@kevb8lly)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/#post-2840534)
 * You’re a star.
 * [http://www.m-g-pen.com/wp/ball-pens/](http://www.m-g-pen.com/wp/ball-pens/)
 * The site is VERY work in progress. I would like the images of the pens in the
   centre column central vertically as well as horizontal.
 * Kev
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/#post-2840539)
 * Hi,
 * sure, no problem 🙂
 * In your case it’s actually not even that hard. Please try this “Custom CSS”:
 *     ```
       .wp-table-reloaded .column-2 {
         vertical-align: middle !important;
         text-align: center !important;
       }
       ```
   
 * Best wishes,
    Tobias
 *  Thread Starter [kevb8lly](https://wordpress.org/support/users/kevb8lly/)
 * (@kevb8lly)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/#post-2840542)
 * Thanks Tobias, spot on.
 * I appreciate you making the effort to help people like myself.
 * Kev
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/#post-2840565)
 * Hi Kev,
 * you’re very welcome! Always glad when I can help 🙂
 * Best wishes,
    Tobias

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

The topic ‘[Plugin: WP-Table Reloaded] Border CSS’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-table-reloaded_f7dcd3.svg)
 * [WP-Table Reloaded](https://wordpress.org/plugins/wp-table-reloaded/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-table-reloaded/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-table-reloaded/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-table-reloaded/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-table-reloaded/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-table-reloaded/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-table-reloaded-border-css/#post-2840565)
 * Status: resolved