Title: Column Widths
Last modified: August 22, 2016

---

# Column Widths

 *  Resolved [kchristman](https://wordpress.org/support/users/kchristman/)
 * (@kchristman)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/column-widths-9/)
 * I recently switched my site to a new theme, Engrave(Lite), and am having trouble
   with the column widths on all my Tablepress tables. I have tried adjusting the
   column widths as suggested in the plugin FAQ, but there seems to be an issue 
   with spacing between the 4th and 5th columns on all tables on the site (large
   white space between those columns), regardless of what size I set the widths 
   to. Any help is appreciated!
 * Here are a couple of pages with Tablepress tables:
 * [http://palmettoregionvb.org/wp/tournaments/tournament-schedule-2/](http://palmettoregionvb.org/wp/tournaments/tournament-schedule-2/)
 * [http://palmettoregionvb.org/wp/outdoor/outdoor-tournament-schedule/](http://palmettoregionvb.org/wp/outdoor/outdoor-tournament-schedule/)
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/column-widths-9/#post-5270386)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The reason for this is some CSS in your theme. To fix this, please add this to
   the “Custom CSS” textarea on the “Plugin Options” screen of TablePress.
 *     ```
       .tablepress th,
       .tablepress td {
         float: none;
       }
       ```
   
 * You might not even have to set the column widths manually after that.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Column Widths’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/column-widths-9/#post-5270386)
 * Status: resolved