How do I change the width of the labels for radio buttons?

  • OEC_OrgDevelop
    Asked on June 22, 2017 at 1:18 PM

    Hello,

    I would like to extend the width of the radio buttons on the form I created.  Could you please let me know how to do that?  I attached an image for your reference.

     

    Thanks,

    Alicia

     

    How do I change the width of the labels for radio buttons? Image 1 Screenshot 20

    Jotform Thread 1180965 Screenshot
  • Mike_G JotForm Support
    Replied on June 22, 2017 at 2:20 PM

    To make the width of the radio button option labels wider, you can inject the CSS codes below to your form following this guide: How-to-Inject-Custom-CSS-Codes

    span.form-checkbox-item label {

        width: 700px !important;

    }

    I hope this helps. If you have other questions regarding this, please feel free to contact us anytime.

  • OEC_OrgDevelop
    Replied on June 22, 2017 at 2:35 PM

    Fabulous!! Thank you so very much!  It worked perfectly.

    Cheers!