Title: Problem with tablepress responsive
Last modified: March 24, 2022

---

# Problem with tablepress responsive

 *  Resolved [Tom2708](https://wordpress.org/support/users/tom2708/)
 * (@tom2708)
 * [7 years ago](https://wordpress.org/support/topic/problem-with-tablepress-responsive/)
 * Hello Tobias,
    I have a problem with a table on small screens which contains 
   fields with rowspan and colspan. See above mentioned link / Tab “Technische Angaben”.
   I tried flip, collapse and scroll. In my opinion scroll should be the best one,
   but I am open for other solutions. I have used also table generators like [https://www.quackit.com/html/html_table_generator.cfm](https://www.quackit.com/html/html_table_generator.cfm).
   I received good results but when importing the code the problem was still there.
   Please have a look to my trials: [https://t1p.de/juco](https://t1p.de/juco) Your
   help would very much appreciated. Thanks & best regards
    -  This topic was modified 4 years, 2 months ago by [Jan Dembowski](https://wordpress.org/support/users/jdembowski/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fproblem-with-tablepress-responsive%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years ago](https://wordpress.org/support/topic/problem-with-tablepress-responsive/#post-11569197)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Using the `scroll` mode is indeed the best choice here. To make it work properly,
   and adjust some theme CSS, please add this to the “Custom CSS” textarea on the“
   Plugin Options” screen of TablePress:
 *     ```
       .tablepress {
         table-layout: auto;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [Tom2708](https://wordpress.org/support/users/tom2708/)
 * (@tom2708)
 * [7 years ago](https://wordpress.org/support/topic/problem-with-tablepress-responsive/#post-11569232)
 * Perfect! Many thanks!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [7 years ago](https://wordpress.org/support/topic/problem-with-tablepress-responsive/#post-11569301)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/plugin/tablepress/reviews/#new-post)
   here in the plugin directory. Thanks!

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

The topic ‘Problem with tablepress responsive’ 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/)

## Tags

 * [colspan](https://wordpress.org/support/topic-tag/colspan/)
 * [Responsive Tables](https://wordpress.org/support/topic-tag/responsive-tables/)
 * [rowspan](https://wordpress.org/support/topic-tag/rowspan/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/problem-with-tablepress-responsive/#post-11569301)
 * Status: resolved