Radio Button Fields: Excessive Spacing Between Button and Text

  • Profile Image
    ronshuller
    Asked on April 15, 2026 at 8:32 PM

    Why Am I getting too much spacing on radio button fields between the button and the corresponding text for each selection on all similar fields on this form?

    Would you please correct this- Thanks

    
Radio Button Fields: Excessive Spacing Between Button and Text
Image-1

    Jotform Thread 37510071 Screenshot
  • Profile Image
    Raymond JotForm Support
    Replied on April 15, 2026 at 10:45 PM

    Hi ronshuller, 

    Thanks for reaching out to Jotform Support. We can remove this extra gap by Injecting CSS Codes into your form. Let me walk you through it:

    1. First, copy this code:

    .form-radio-item .form-radio + label, .form-radio-item .form-radio + span {
    padding-left: 0px !important;
    }

    2. In Form Builder, click on the Paint Roller icon on the right side of the page to open Form Designer.

    3. Now, in the Form Designer menu, click on the Styles tab, scroll down and paste the code into the Inject CSS Code box. That’s it. The code is automatically saved.

    
Radio Button Fields: Excessive Spacing Between Button and Text
Image-1 Give it a try and let us know how it goes.

  • Profile Image
    ronshuller
    Replied on April 16, 2026 at 6:50 AM
    Thanks that worked fine.
    ...
Your Reply