Title: Responsive table not working
Last modified: April 25, 2018

---

# Responsive table not working

 *  Resolved [Elime](https://wordpress.org/support/users/elinoma/)
 * (@elinoma)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/responsive-table-not-working/)
 * Hi
 * Can you please check why the responsive table with scroll mode is not working
   on this page.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/responsive-table-not-working/#post-8230180)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * It seems that your theme is applying a CSS command that changes how the word-
   wrapping in tables works. To fix this, please add this to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress {
           word-break: normal;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Responsive table not working’ 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, 9 months ago](https://wordpress.org/support/topic/responsive-table-not-working/#post-8230180)
 * Status: resolved