Title: table size
Last modified: August 16, 2018

---

# table size

 *  Resolved [berenice91](https://wordpress.org/support/users/berenice91/)
 * (@berenice91)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/table-size-6/)
 * How do I make my cells take a specific width size ?. now it cuts the text of 
   the table header in two rows.
    and How can I prevent the text of the table title
   from collapsing when the window is minimized?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftable-size-6%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/table-size-6/#post-10595244)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * This is partly caused by your theme. To fix it, please add this to the “Custom
   CSS” textarea on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress-id-1 th {
         word-wrap: normal;
         word-break: normal;
         white-space: nowrap;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [berenice91](https://wordpress.org/support/users/berenice91/)
 * (@berenice91)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/table-size-6/#post-10598198)
 * Perfect! … it was just that!
    Thank u
 *  Thread Starter [berenice91](https://wordpress.org/support/users/berenice91/)
 * (@berenice91)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/table-size-6/#post-10598214)
 * One more thing, How can I keep the first column on the left fixed when scrolling?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/table-size-6/#post-10600165)
 * Hi,
 * great! Good to hear that this helped!
 * To fix the left column, you can use the TablePress Extension from [https://tablepress.org/extensions/datatables-fixedcolumns/](https://tablepress.org/extensions/datatables-fixedcolumns/)
 * Regards,
    Tobias

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

The topic ‘table size’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/table-size-6/#post-10600165)
 * Status: resolved