Viewing 1 replies (of 1 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    That’s possible by adding that CSS property to all cell HTML elements, the <td>s and <th>s, like this:

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

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Affecting all columns instead of individual coloumns?’ is closed to new replies.