Why is my form adding extra padding to a single field?

  • IndependentSector
    Asked on February 24, 2021 at 1:42 PM

    Hello -- I'm trying to style a form and can't for the life of me figure out why extra padding is being added between the first two fields. I've tried to fix this using CSS with no luck. If I reorder the fields, it's always the top one that adds extra padding. Any help would be GREATLY appreciated. My goal is for there to be equal padding between all fields. Thank you!1614192029 60369d9d74533 JotForm Screenshot 10

    Jotform Thread 2922622 Screenshot
  • Elton Support Team Lead
    Replied on February 24, 2021 at 8:44 PM

    You can fix it by injecting this CSS code into your form.

    li#id_18 {
        margin-top: 0;
    }

    Expected result:

    02252021 CZ7wnZwZlI Screenshot 10