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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For some reason, your theme is adding CSS code that influences the table. Please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress to fix this:

    #content-area .tablepress td,
    #content-area .tablepress th {
      max-width: none;
    }

    Regards,
    Tobias

    Thread Starter mattkent87

    (@mattkent87)

    Hi Tobias

    Thank you that works perfectly.

    Great plugin. Thank you.

    Regards

    Plugin Author Tobias B?thge

    (@tobiasbg)

    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 here in the plugin directory. Thanks!

    Hi there Tobias,

    in my site: franxiscoflores.info/testresponsiveff

    i have margin issue with the text content into the table,
    the text content are to close horinzontaly.

    You must look to the first tables (tree colums)

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is caused by your theme, which removes the padding from all tables (for no good reason). To fix this, please try adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #container .tablepress th,
    #container .tablepress td {
        padding: 8px !important;
    }

    Regards,
    Tobias

    Thanks Tobias

    Plugin Author Tobias B?thge

    (@tobiasbg)

    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 here in the plugin directory. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Text overlapping table’ is closed to new replies.