Looking for some help. I’ve Google’d and searched here and haven’t had any luck.
I have a form on https://www.aip-inc.com/ and I am trying to make it more compact and reduce the space between the fields. I have put all the padding at 0 in the style & layouts area and removed the description areas in the style & layouts area.
From what I see upon further investigation it’s a combination of the top-margin on the list-item and a bottom-margin on inputs.
In your style.css there’s a 20px bottom-margin for inputs with the types text, password and email (plus textareas and selects). Disabling that bottom-margin (overall or specifically for that form) should do the trick