Title: Responsive Tables Extension
Last modified: August 31, 2016

---

# Responsive Tables Extension

 *  Resolved [dstakhov](https://wordpress.org/support/users/dstakhov/)
 * (@dstakhov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-tables-extension/)
 * I tried using Responsive tables extension to make my tables look good on mobile
   device without any success. Tried all 3 modes. Here’s the link:
    [http://www.whiteoaksparktennis.com/court-schedule/](http://www.whiteoaksparktennis.com/court-schedule/)
 * If you can take a look and provide some advice, it would be great. Thanks
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-tables-extension/#post-7161074)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * The reason for this is that your theme is adding its own CSS code to make tables(
   somewhat) responsive. Unfortunately, this interferes with the CSS that TablePress
   uses for its responsiveness modes.
    To fix that, please remove the CSS
 *     ```
       table,
       	tbody,
       	tr,
       	td,
       	th{
       		display:block;
       		width:100%!important;
       		max-width:100%;
       		min-width:100%;
       	}
   
       	table td,
       	table th{
       		border:none;
       	}
   
       	table tr{
       		border:1px solid #ecedf1;
       	}
       ```
   
 * from the lower part of the file /wp-content/themes/whiteoakstennis/css/style1.
   css
 * Regards,
    Tobias
 *  Thread Starter [dstakhov](https://wordpress.org/support/users/dstakhov/)
 * (@dstakhov)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-tables-extension/#post-7161076)
 * This is the most amazing support I ever encountered! Less than an hour after 
   I posted you gave me solution. It works!
 * Thank you so much. Definitely going to donate for the plugin and extension.
 * Dmitry
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/responsive-tables-extension/#post-7161077)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * And thanks for wanting to donate and review, I really appreciate it!
 * Best wishes,
    Tobias
 *  Thread Starter [dstakhov](https://wordpress.org/support/users/dstakhov/)
 * (@dstakhov)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/responsive-tables-extension/#post-7161306)
 * Hi Tobias,
 * I have donated some money for your plugin. Keep up the good work! Thanks again.
 * Dmitry
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/responsive-tables-extension/#post-7161307)
 * Hi,
 * thanks a lot, I really appreciate it!
 * Best wishes,
    Tobias
 * P.S.: In case you haven’t, please [rate TablePress](https://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!
 *  [van fan](https://wordpress.org/support/users/van-fan/)
 * (@van-fan)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/responsive-tables-extension/#post-7161309)
 * Hi,TobiasBg
    i have question: where the file /wp-content/themes/whiteoakstennis/
   css/style1.css ?
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/responsive-tables-extension/#post-7161310)
 * Hi,
 * that file belongs to your theme, from what I can see. It’s not part of TablePress.
 * Regards,
    Tobias

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

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

 * 7 replies
 * 3 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/responsive-tables-extension/#post-7161310)
 * Status: resolved