Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This could be caused by the CSS selector not being specific enough, or it might be related to the TablePress Responsive Tables CSS using something like

    .tablepress tbody {
      white-space: nowrap;
    }

    Can you maybe play around with that in the Developer Tools?

    Note that the word-wrapping in the responsive mode is turned off for a reason: The heights of the cells will otherwise differ, as they can not be calculated properly.

    Regards,
    Tobias

    Thread Starter gerikg

    (@gerikg)

    Thank you, you lead me in the right direction.

    .tablepress td {
    white-space: normal;}

    This worked out perfectly.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, that looks like the solution. Good to hear that my hint was helpful!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

    Thank you both! I was beating my head against this one for a while.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    great! Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Word wrap on Resposive’ is closed to new replies.