Glitch with single choice option width

  • marysolesparza
    Asked on April 2, 2019 at 5:06 PM

    The width of the options for a single choice element is being cut off and is wrapping into a second line (refer to the screenshot below). This is something we noticed today and had not been happening previously. I have attempted to fix it through the CSS and advanced setting, but no luck. 

    1554239105Screen Shot 2019 04 02 at 5 Screenshot 10

    Jotform Thread 1780160 Screenshot
  • jonathan
    Replied on April 2, 2019 at 7:18 PM

    Please add this CSS codes on your form with the issue.

    .form-radio-item:not(#foo) label {

        width: 250px;

    }

    You can adjust the width in px as needed.

    It should work like this:

    1554247068zzz 2019 04 03 07 Screenshot 10


    Let us know if this did not work.