Title: Table Width
Last modified: August 21, 2016

---

# Table Width

 *  Resolved [sheritaber](https://wordpress.org/support/users/sheritaber/)
 * (@sheritaber)
 * [13 years ago](https://wordpress.org/support/topic/table-width-1/)
 * Hi Tobias,
 * I have a table inside of a Tab. I can’t get the width of the table to rest inside
   of the boundaries of the tab content space.
 * I’ve used “no width description, “auto,” 100% and 90%. Even after hard refresh,
   I can’t get it to change.
 * The table below the tabs is basically coded the same as the one above it and 
   it is the width of the tab space above it.
 * The one difference is that the table inside the tab environment has three columns,
   each were set for 33%.
 * Thank you for your help.
    [http://www.leadersinactioninc.com/join-us/](http://www.leadersinactioninc.com/join-us/)
 * Sheri
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years ago](https://wordpress.org/support/topic/table-width-1/#post-3742737)
 * Hi,
 * thanks for your question.
 * The reason for this are the images in the table. They force the table to a have
   larger width. To fix this, please try adding this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-23 img,
       .tablepress-id-24 img {
         max-width: 100%;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [sheritaber](https://wordpress.org/support/users/sheritaber/)
 * (@sheritaber)
 * [13 years ago](https://wordpress.org/support/topic/table-width-1/#post-3742821)
 * Oh my goodness. I can’t believe I didn’t think of that. You are so good! I love
   your work and I am so very impressed with the extremely high level of customer
   service you provide. Thank you for all you do.
 * I’ve sent you a very small token of my appreciation.
 * Thank you,
    Sheri
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years ago](https://wordpress.org/support/topic/table-width-1/#post-3742824)
 * Hi Sheri,
 * thank you for the very kind words, and of course for the donation! I really appreciate
   it!
    Always happy when I can help 🙂
 * Best wishes,
    Tobias

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

The topic ‘Table 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/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/table-width-1/#post-3742824)
 * Status: resolved