Single Choice options spacing

  • GinaW41hl
    Asked on October 26, 2017 at 9:31 AM

    Hi, can you help me to increase the space between the options on my single choice radio buttons please?


    I have followed the instructions and injected the recommended CSS on this answer:

    https://www.jotform.com/answers/1110758-Increase-Spacing-Of-Multiple-Choice

    But it hasn't affected the Single Choice radio buttons.

    Thanks in advance for your help.

    Here's a screenshot

    1509024459JOT FORM CSS REQUEST Screenshot 10

  • Kevin Support Team Lead
    Replied on October 26, 2017 at 11:34 AM

    Please inject the following CSS code in order to have a consistence in all the multiple selection fields: 

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

        margin-top: 10px !important;

    }

    This guide will help you injecting the code to your form: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    I hope this helps. 

  • GinaW41hl
    Replied on October 26, 2017 at 11:50 AM

    Thank you, that did it.