Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    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

    (@dstakhov)

    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

    (@tobiasbg)

    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

    (@dstakhov)

    Hi Tobias,

    I have donated some money for your plugin. Keep up the good work! Thanks again.

    Dmitry

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks a lot, I really appreciate it!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Hi,TobiasBg
    i have question:
    where the file /wp-content/themes/whiteoakstennis/css/style1.css ?

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    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.