Radio labels not wrapping correctly

  • 96foundation
    Asked on December 1, 2014 at 1:49 PM

    Hello,

    Some of the fields are not framed correctly around the text. Specifically ones with phone numbers or contact name.

    http://www.jotform.us/96foundation/2015crystalapple

    Thank you in advance for your help.

    Sylvia Lima

    sylvlima@gmail.com

  • Elton Support Team Lead
    Replied on December 1, 2014 at 1:57 PM

    Hi Sylvia,

    Injecting the following CSS codes to your form should fix the 2 issues.

    .form-checkbox-item label, .form-radio-item label {white-space: normal !important;}

    .form-input-wide {display: inline-block !important;}

    Or simply paste these CSS codes in the CSS tab on the Form Designer. I think this is much easier. :)

    Result:

    Radio labels not wrapping correctly Image 1 Screenshot 30

    Radio labels not wrapping correctly Image 2 Screenshot 41

    Thanks!