Form: How to change size of a radio button question field?

  • annefarleydatainteractive
    Asked on May 30, 2018 at 7:17 AM

    Hi - how do I change the question size on the radio button fields.

    I don't want the question to wrap around

    Example in Facilities Access Request Approval Form

    Thanks

  • Richie JotForm Support
    Replied on May 30, 2018 at 10:31 AM

    I have checked your form, may we know what specific radio button field? Is it when you view in mobile device or when viewed normally ?

    I'll just use the radio button field "Design and specification attached".

    We can add the CSS code,

    #label_input_22_0{

    font-size:16px!important;/*This will increase the size of the "YES" answer*/

    }

    #label_input_22_1{

    font-size:16px!important;/*This will increase the size of the "NO" answer*/

    }

    Form: How to change size of a radio button question field? Image 1 Screenshot 20

    Guide:How-to-Inject-Custom-CSS-Codes

    Hope this information helps.

    Please let us know if we can be of further assistance.