Title: Empty column error
Last modified: August 20, 2016

---

# Empty column error

 *  Resolved [mako2](https://wordpress.org/support/users/mako2/)
 * (@mako2)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/empty-column-error/)
 * Hello
 * I am having this problem with this plugin. I created a very simple table with
   5 rows and 6 columns. I do not why I get that misterious empty column second 
   to the last.
 * Here you can see a screenshot **[http://bit.ly/12X7EOF](http://bit.ly/12X7EOF)**
 * Is this a problem with another shortcodes? The only plugin I am using that uses
   shortcodes is “Shortcodes Ultimate”
 * Thank you in advance for your help!
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/empty-column-error/#post-3479658)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * No, this is not a conflict with another plugin, but a CSS conflict with some 
   CSS in your theme.
    To fix this, please add this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress [class*="column"]:last-child {
         float: none !important;
       }
       ```
   
 * If that does not help, please post the link to the page with the table. I’ll 
   then investigate the code to find a the correct CSS code to fix this.
 * Regards,
    Tobias
 *  Thread Starter [mako2](https://wordpress.org/support/users/mako2/)
 * (@mako2)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/empty-column-error/#post-3479671)
 * Problem fixed! Thank you so much!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/empty-column-error/#post-3479672)
 * Hi,
 * awesome! That’s great to hear! Thanks for the confirmation!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please rate TablePress here in the plugin directory.
   Thanks!

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

The topic ‘Empty column error’ 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: [13 years, 3 months ago](https://wordpress.org/support/topic/empty-column-error/#post-3479672)
 * Status: resolved