How can I adjust the spacing between the field label and the radio button options?

  • financeplanning
    Asked on October 5, 2017 at 5:40 AM
    However, now I find myself wanting to add a little space below the title of the radio button titles.

    I have tried the advanced css to add margin but nothing seems to happen?

    is there a secret?

    Thanks in advance

    Mark

  • Support_Management Jotform Support
    Replied on October 5, 2017 at 5:52 AM

    If I got this right, you wanted to adjust the space between the field label and the radio button options as shown below:

    How can I adjust the spacing between the field label and the radio button options? Image 1 Screenshot 30

    To do that, try adding the following CSS Codes:

    .form-label-left {

      margin-bottom: 10px;

    }

    Result:

    How can I adjust the spacing between the field label and the radio button options? Image 2 Screenshot 41

    Feel free to adjust the value in px if needed.

  • financeplanning
    Replied on October 5, 2017 at 6:39 AM

    Jim, once more thank you so much.

    have a great day

    Mark