Title: Table width is fixed
Last modified: January 23, 2022

---

# Table width is fixed

 *  Resolved [Sourav Pan](https://wordpress.org/support/users/microbiologynote/)
 * (@microbiologynote)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/table-width-is-fixed/)
 * My tables are showing fixed width as you can see in these screenshot, I want 
   to show this table 100% width, but I am unable to do it with CSS, bcz whenever
   I am trying to do this the scrolling option is getting disabled. How to solve
   this problem?
    Image Url [https://ibb.co/2vD4Mbn](https://ibb.co/2vD4Mbn)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftable-width-is-fixed%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/table-width-is-fixed/#post-15281425)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * To fix this, please add this to the “Custom CSS” textarea on the “Plugin Options”
   screen of TablePress:
 *     ```
       .dataTables_wrapper .tablepress {
           width: 100%!important;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Table width is fixed’ 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: [4 years, 2 months ago](https://wordpress.org/support/topic/table-width-is-fixed/#post-15281425)
 * Status: resolved