Wider checkbox and radio box width

  • audabee
    Asked on June 25, 2016 at 6:13 PM

    I've tried injecting CSS but I can't get the radio/check box options to be wider (especially third and final questions).

    Any help appreciated.

    thanks

  • jonathan
    Replied on June 25, 2016 at 6:43 PM

    Please try changing the injected CSS codes on your form https://www.jotform.com/61767157154865    to this

    .form-single-column .form-checkbox-item, .form-single-column .form-radio-item {

        width : 100%;

        max-width : 100%;

    }

    .form-single-column {

        width : 300px;

    }

    Wider checkbox and radio box width Image 1 Screenshot 20

    Let us know if this did not work.

     

     

  • audabee
    Replied on June 25, 2016 at 7:22 PM

    That's perfect, thank you Jonathan!