Hi,
To modify the spacing of the form fields, try editing the below rules in your style sheet. Or you can add them in the Customizer: Appearance > Customize > Additional CSS:
ul.wpuf-form li {
margin-bottom: 0;
padding: 10px 10px 0;
}
ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
margin-bottom: 0;
}
#top .input-text, #top input[type="text"], #top input[type="input"], #top input[type="password"], #top input[type="email"], #top input[type="number"], #top input[type="url"], #top input[type="tel"], #top input[type="search"], #top textarea, #top select {
margin-bottom: 0;
}
Thanks!
-
This reply was modified 4 years, 3 months ago by wvsupport.