Title: Responsive version
Last modified: August 31, 2016

---

# Responsive version

 *  Resolved [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/)
 * Good afternoon, Tablepress is a wonderful plugin but I have a problem with responsive
   version.
    I followed all the guides with or without Responsive Tables and other
   post before writing but does not work .. I get so ‘:
 * [http://i63.tinypic.com/ddkl80.png](http://i63.tinypic.com/ddkl80.png)
 * Where am I wrong?
    Sorrt for my english e thanks.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/responsive-version-7/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/responsive-version-7/page/2/?output_format=md)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058437)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Can you please post a link to the page with the table where this problem happens,
   so that I can take a direct look? Thanks!
 * Regards,
    Tobias
 *  Thread Starter [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058450)
 * Sure 🙂
 * [http://www.tarantostonehouse.com/tariffe/](http://www.tarantostonehouse.com/tariffe/)
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058475)
 * Hi,
 * thanks for the link, but unfortunately, it’s only showing a completely white 
   page for me. It looks like you have activated some kind of maintenance mode?
 * Regards,
    Tobias
 *  Thread Starter [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058476)
 * Eh yes..i’ll active now now
 *  Thread Starter [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058477)
 * Done!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058481)
 * Hi,
 * thanks, now I can see the table!
    This seems to be the classic responsiveness
   issue. Please try adding the `scroll` mode of the Responsive Tables Extension
   from [https://tablepress.org/extensions/responsive-tables/](https://tablepress.org/extensions/responsive-tables/)
   again. Don’t forget to activate the plugin and then change the Shortcodes as 
   explained there.
 * Regards,
    Tobias
 *  Thread Starter [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058492)
 * Thanks it’s working but is all not in order.. 🙁
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058493)
 * Hi,
 * I’m not sure what you mean. The scrolling is working for me (for the table for
   which you have activated it).
 * Regards,
    Tobias
 *  Thread Starter [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058495)
 * Ehm..so [http://it.tinypic.com/view.php?pic=10de07m&s=9#.Vr4i_Bj8KUc](http://it.tinypic.com/view.php?pic=10de07m&s=9#.Vr4i_Bj8KUc)
 * Only scrolli? Other way?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058560)
 * Hi,
 * this should now be scrollable, yes. You might want to prevent line breaks though,
   e.g. by adding this to the “Custom CSS”:
 *     ```
       .tablepress-id-123 th,
       .tablepress-id-123 td {
         white-space: nowrap;
       }
       ```
   
 * (with the correct table ID).
 * Regards,
    Tobias
 *  Thread Starter [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058610)
 * nothing , Okay no matter thanks..
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058611)
 * Hi,
 * are you sure? Can you turn of maintenance mode again, so that I can take another
   look?
 * Regards,
    Tobias
 *  Thread Starter [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058612)
 * Eh sure.. 🙁
    Yes one moment please 🙂
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058613)
 * Hi,
 * thanks! There’s a small typo in your “Custom CSS”. Please change that to
 *     ```
       .tablepress-id-1 th,
       .tablepress-id-1 td,
       .tablepress-id-2 th,
       .tablepress-id-2 td {
       	white-space: nowrap;
       }
       ```
   
 * (The `th` and the `td` are for the header cells and for the body cells, respectively.
   Therefore, if we want this to apply to two tables, both lines need to be copied.)
 * Regards,
    Tobias
 *  Thread Starter [legangela](https://wordpress.org/support/users/legangela/)
 * (@legangela)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/#post-7058614)
 * I try e hope 🙂

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/responsive-version-7/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/responsive-version-7/page/2/?output_format=md)

The topic ‘Responsive version’ 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/)

 * 17 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/responsive-version-7/page/2/#post-7058617)
 * Status: resolved