Title: Equal Width Columns
Last modified: August 21, 2016

---

# Equal Width Columns

 *  Resolved [LukeJames3](https://wordpress.org/support/users/lukejames3/)
 * (@lukejames3)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/equal-width-columns/)
 * How can I make the column widths of the table equal?
 * [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, 11 months ago](https://wordpress.org/support/topic/equal-width-columns/#post-5030994)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * That’s possible with some CSS code, that needs to be entered into the “Custom
   CSS” textarea on the “Plugin Options” screen of TablePress,
    For example, this
   would make all three columns of table 123 the same width:
 *     ```
       .tablepress-id-123 td {
         width: 33%;
       }
       ```
   
 * The table ID and the percentage value need to be adjusted of course.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Equal Width Columns’ 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

 * [column](https://wordpress.org/support/topic-tag/column/)
 * [equal](https://wordpress.org/support/topic-tag/equal/)
 * [width](https://wordpress.org/support/topic-tag/width/)

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