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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    All that CSS that you posted would only influence images in tables, but your table doesn’t contain any, so this won’t help here.

    Instead, we’ll have to tell the browser to not ad line breaks in the middle of words, with this “Custom CSS”:

    .tablepress {
        word-break: normal;
    }

    Regards,
    Tobias

    Thread Starter addplugin

    (@addplugin)

    Tobias, you are the man and THANKS!

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TablePress and Chrome’ is closed to new replies.