Title: Cannot modify column width
Last modified: September 1, 2016

---

# Cannot modify column width

 *  Resolved [angiud](https://wordpress.org/support/users/angiud/)
 * (@angiud)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cannot-modify-column-width/)
 * I’m not so expert. I’m trying to modify the column width in this page
 * [http://www.thaibutterflies.com/checklist/](http://www.thaibutterflies.com/checklist/)
 * Tried CSS code already but it looks like doesn’t work. Maybe because of my theme?
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Thread Starter [angiud](https://wordpress.org/support/users/angiud/)
 * (@angiud)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cannot-modify-column-width/#post-7643331)
 * fixed myself 🙂 Thank you!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cannot-modify-column-width/#post-7643366)
 * Hi,
 * thanks for your post, and sorry for the trouble.
    Great to hear that you were
   already able to fix this! I assume that you found the correct “Custom CSS” code?
 * Regards,
    Tobias
 *  [sciteach](https://wordpress.org/support/users/sciteach/)
 * (@sciteach)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cannot-modify-column-width/#post-7643427)
 * Please tell me how you got equal columns. I am working with 4 columns. Thanks.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/cannot-modify-column-width/#post-7643433)
 * Hi sciteach,
 * thanks for your email, and sorry for the trouble.
 * For this, some “Custom CSS” like
 *     ```
       .tablepress-id-123 th,
       .tablepress-id-123 td {
         width: 25%;
       }
       ```
   
 * (where 123 is the table ID) should be sufficient.
 * Regards,
    Tobias

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

The topic ‘Cannot modify column width’ 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 width](https://wordpress.org/support/topic-tag/column-width/)

 * 4 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/cannot-modify-column-width/#post-7643433)
 * Status: resolved