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 5 years, 10 months ago by
wvsupport.
Hello @keychange
We haven’t seen a reply to our last update in over a week so we are going to mark this thread as resolved. Of course if you have further questions, do not hesitate to reopen a topic and we will continue from there!
Regards