change checkbox item height

  • HealthyBoxx
    Asked on August 16, 2019 at 11:12 AM

    hi...

    the green boxes in the attached is what i need smaller height or padding

    ...

    if you look to the bottom i did a small section of how close i need the 

    check boxes. 

    (i need the check boxes on top of each other.)


    please go in and fix it - if you can... 

    thanks - enjoy your day!

    Jotform Thread 1929390 Screenshot
  • Richie JotForm Support
    Replied on August 16, 2019 at 12:31 PM

    You may try adding this custom CSS in your form.

    .form-checkbox-item{
     
    margin-top: -10px !important;
    }


    Guide:https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.