Title: Vertical Gap
Last modified: August 22, 2016

---

# Vertical Gap

 *  Resolved [Hamish](https://wordpress.org/support/users/brightonbeau/)
 * (@brightonbeau)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/vertical-gap/)
 * Hi Tobias,
    When I view the page the table is split in two with a vertical gap
   between the two parts. This is a screenshot of it. ﻿https://www.dropbox.com/s/
   n3saq2t1hvnt2ja/Screenshot%202014-10-07%2009.09.02.png?dl=0 I’ve tried adjusting
   the column width individually but that is a real hit-and-miss process. What am
   I overlooking? Thanks, Hamish
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Thread Starter [Hamish](https://wordpress.org/support/users/brightonbeau/)
 * (@brightonbeau)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/vertical-gap/#post-5364535)
 * I just saw this and entered it in the TablePress Plug In CSS-box and that hasn’t
   made any difference.
 * .tablepress [class*=”column”] + [class*=”column”]:last-child {
    float: none; }
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/vertical-gap/#post-5364545)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * Yes, this is likely related to something (probably the theme) adding floating
   to table cells (but not just the last column).
    To fix this, please try this “
   Custom CSS”:
 *     ```
       .tablepress th,
       .tablepress td {
         float: none;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Hamish](https://wordpress.org/support/users/brightonbeau/)
 * (@brightonbeau)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/vertical-gap/#post-5364549)
 * Great! That’s got rid of the gap. But the columns on the right are now much narrower
   than on the left although I have entered CSS commands to make them all 150px.
   
   [https://www.dropbox.com/s/yosadwzyui9n0pe/Screenshot%202014-10-07%2010.23.53.png?dl=0](https://www.dropbox.com/s/yosadwzyui9n0pe/Screenshot%202014-10-07%2010.23.53.png?dl=0)
   Thanks, Hamish
 *  Thread Starter [Hamish](https://wordpress.org/support/users/brightonbeau/)
 * (@brightonbeau)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/vertical-gap/#post-5364554)
 * Forget that Tobias. I only did the first 5 columns. My mistake. Sorry!
    Thank
   alot, Hamish
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/vertical-gap/#post-5364575)
 * 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!

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

The topic ‘Vertical Gap’ 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: [11 years, 8 months ago](https://wordpress.org/support/topic/vertical-gap/#post-5364575)
 * Status: resolved