• Resolved jboetger

    (@jboetger)


    How can we prevent the words in the judge’s bios from being cut off? In the Meet the Judges section, there are lots of words being chopped off and it doesn’t look good. Let me know what we can do to fix it.

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

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

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    To fix this CSS conflict with your theme, please add this to the “Custom CSS” text area on the “Plugin Options” screen of TablePress:

    .tablepress {
      word-break: normal;
    }

    To then make the text look nicer, I recommend to remove all manual line breaks in the table cells as well, so that the browser can take care of all line breaks automatically.

    Best wishes,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Text’ is closed to new replies.