Title: Make cells width same
Last modified: December 7, 2016

---

# Make cells width same

 *  Resolved [bwolfe07](https://wordpress.org/support/users/bwolfe07/)
 * (@bwolfe07)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/make-cells-width-same/)
 * Hello,
 * I am hoping there is a simple fix to have all cells within their respective tables
   display as the same width. As you can see from the link below, all cells within
   the tables are different lengths due to the text inside them. My goal is to make
   the cells all the same size.
 * [http://sportsgeekfantasy.com/nfl-2016-playoffs/](http://sportsgeekfantasy.com/nfl-2016-playoffs/)
 * Any help is appreciated!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 5 months ago](https://wordpress.org/support/topic/make-cells-width-same/#post-8526540)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * For this, you can use CSS code similar to that from [https://tablepress.org/faq/column-widths/](https://tablepress.org/faq/column-widths/)
 * On your page, something like
 *     ```
       .page-id-2040 .tablepress .column-2 {
       	width: 25%;
       }
       ```
   
 * in the “Custom CSS” textfield on the “Plugin Options” screen will probably be
   the most efficient.
 * This sets the widths of all second columns of all TablePress tables on that page(
   indicated by the post ID 2040, which you can see in the browser address bar when
   editing that page) to 25% of the total table width.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Make cells width same’ 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

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

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 5 months ago](https://wordpress.org/support/topic/make-cells-width-same/#post-8526540)
 * Status: resolved