How to change the width of radio button option?

  • melodicsounds
    Asked on March 6, 2016 at 10:27 PM

    https://form.jotform.com/60328003160945 please fill in this form to the last... almost in the last question "Cómo quieres pagar" which is a radio... the text looks really bad because the input width is really short. In the designer increasing the width doesn't make any changes so can you help me please?

  • Ashwin JotForm Support
    Replied on March 7, 2016 at 6:16 AM

    Hello melodicsounds,

    Please inject the following custom css code in your form and that should solve your problem:

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

        width: 400px !important;

    }

    The following guide should help you how to inject custom css code in form:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    The output of the above custom css code is displayed in the following screenshot elow:

    How to change the width of radio button option? Image 1 Screenshot 20

     

     

    Thank you!