Title: Table Column Width Issue
Last modified: December 15, 2016

---

# Table Column Width Issue

 *  Resolved [seantparry](https://wordpress.org/support/users/seantparry/)
 * (@seantparry)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/table-column-width-issue/)
 * Hi there,
 * I’m trying to create a table with equal widths – see [https://www.wundercleans.com/tablepress/](https://www.wundercleans.com/tablepress/)
   You can see the first column is narrower than the others.
 * I’ve looked at previous topic and it says to use the following CSS code for my
   table 17.
 * .page-id-17 .tablepress th,
    .page-id-17 .tablepress td { width: 20%; }
 * However, I’ve used this and it still doesn’t change to equal widths. Can you 
   help?
 * Many thanks
    Sean

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/table-column-width-issue/#post-8556778)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * This code would only change the TablePress on a page with the ID 17.
    To actually
   influence the TablePress table with the ID 17, please try
 *     ```
       .tablepress-id-17 th,
       .tablepress-id-17 td {
         width: 20%;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Table Column Width Issue’ 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/)

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