Radion Button : Increase line space within answers and between answers?

  • nvwm
    Asked on September 10, 2019 at 9:36 PM

    Our form is here: https://form.jotform.com/91466982536167.


    Scroll to the Communication Preferences section. Those radial questions - all the answers are jumbled visually and I want to increase line spacing within each choice and between choices. 


  • AshtonP
    Replied on September 10, 2019 at 10:05 PM

    You can enter the following CSS code to your form:  

    span.form-radio-item {

        margin-top: 10px !important;

        line-height: 25px !important;

    }

    If you need to adjust the margin & height as per your requirements. This should work for all Radio button fields on your form. 

    It should look like this : 

    92661 Screenshot 59 Screenshot 10

    Related Guide : https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Feel free to get in touch should you have further concerns.