• Resolved Elime

    (@elinoma)


    Hi

    Can you please check why the responsive table with scroll mode is not working on this page.

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    It seems that your theme is applying a CSS command that changes how the word-wrapping in tables works. To fix this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
        word-break: normal;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Responsive table not working’ is closed to new replies.