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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    That’s possible with some “Custom CSS”. For example, add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-123 th,
    .tablepress-id-123 td {
      white-space: nowrap;
    }

    (where 123 needs to be changed to the desired table ID).

    Regards,
    Tobias

    Thread Starter pready

    (@pready)

    That worked, thanks.
    If I leave out the ID will it work for all Tables?

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, if you remove the -id-123 part, it will apply to all tables.
    Please see https://tablepress.org/faq/documentation-css-selectors-styling/ for more information on the CSS selectors.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘stop cell wrap’ is closed to new replies.