Reduce spacing between text and radio button field

  • dlasson
    Asked on November 3, 2015 at 6:19 PM

    Hi.

    I would like to decrease the space between the text and the radio button field that follows it.

    Please see the section "Voluntary Long-Term Disability" (towards the end of the form). The text I am referring to is below the heading.

    Thanks.

  • Charlie
    Replied on November 4, 2015 at 1:17 AM

    Hi,

    You could try adding this custom CSS code in your Form Designer Tool:

    /* Header */

    #id_110 {

        margin-bottom: 0px !important;

        padding-bottom: 0px !important;

    }

    /* Text */

    #id_91 {

        margin-top: 0px !important;

        padding-top: 0px !important;

    }

    Reduce spacing between text and radio button field Image 1 Screenshot 20

     

    This is how the form looks like with those changes: https://form.jotform.com/53071289632962?.

    Do let us know if that works.