Wrap text in radio button

  • avanvleet
    Asked on June 16, 2017 at 8:32 PM

    I am creating a form with radio buttons. Each option is quite lengthy and the text goes off the webpage when previewing it. Is there a way to wrap the text so that it is in a chunk, allowing all words to be visible?

  • WilliamR
    Replied on June 16, 2017 at 9:06 PM

    Can you try this CSS code?

    .form-radio-item {

    white-space: normal;

    }

    Here's how to inject or add it.
    https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Let me know if that works for you.

  • avanvleet
    Replied on June 16, 2017 at 9:08 PM

    Yes, it worked. Thank you so much!

  • WilliamR
    Replied on June 16, 2017 at 9:34 PM

    Glad to know it worked. Let me know if you have any other concerns.