Indenting and SPacing?

  • romanceandfoodie
    Asked on February 13, 2021 at 12:15 PM

    Hi - in one of the questions in my form, the options seem to have indenting, and it's not needed. I also was hoping the checkboxes could be slightly smaller and have more spacing between the options, but i don't know to do that.

    Can you help?

    Jotform Thread 2896498 Screenshot
  • VincentJay
    Replied on February 13, 2021 at 5:01 PM

    Please add this custom CSS code to your form:

    .form-checkbox-item:not(#foo) label {
    margin-bottom: 5% !important;
    }
    .form-checkbox-item:not(#foo) label:before {
    width: 2% !important;
    height: 10% !important;
    }


    Here's a guide on how to add the code to your form: https://www.jotform.com/help/117-how-to-inject-custom-css-codes