Hello!
I have implantet a sign up form for newsletter, and I am struggling to reduce the space between the fields.
Very appreciated if you can help.
Thank you!
Hey!
Try adding this code to the Quick CSS:
#footer .input-text, #footer input[type="text"], #footer input[type="input"], #footer input[type="password"], #footer input[type="email"], #footer input[type="number"], #footer input[type="url"], #footer input[type="tel"], #footer input[type="search"], #top textarea, #top select{
margin-bottom: 0;
}
#footer td{
padding: 5px 0;
}
Cheers!
Josue
Thank you!
You are welcome, glad to help :)
Regards,
Josue