• Resolved Intertip

    (@intertip)


    Hello.
    Please tell me how to do so:
    1. Words in a certain cell were not transferred to another line?
    2. Words in a certain line (row) were not transferred to another line?
    http://prntscr.com/pfo00i

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Intertip

    (@intertip)

    I want it to be like this:
    http://prntscr.com/pfoujx

    • This reply was modified 6 years, 8 months ago by Intertip.
    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    For this, you can use CSS like

    .tablepress-id-123 .row-2 .column-4,
    .tablepress-id-123 .row-3 .column-4,
    

    .tablepress-id-123 .row-4 .column-4 {
    white-space: nowrap;
    }`
    (for single cells) and

    .tablepress-id-123 .row-5 td,
    .tablepress-id-123 .row-6 td {
      white-space: nowrap;
    }

    Regards,
    Tobias

    Thread Starter Intertip

    (@intertip)

    TobiasBg, thank you very much for your prompt reply and for your help!

    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 4 replies - 1 through 4 (of 4 total)

The topic ‘Prevent word wrap in a string’ is closed to new replies.