Tagged: gaps
Hi,
I have FormidablePRO with the following gaps (in green): http://d.pr/i/VnKB/CXyqTEiF
How to remove the gap for all fields and move it up, next to the field above?
Thank you
Hi sitesme!
Add this to your custom CSS.
.frm_style_formidable-style.with_frm_style .form-field {
margin-bottom: 0px !important;
}
Cheers!
Elliott
Hi Elliott,
Unfortunately nothing changed.
Quick note: the gap is only visible in the warning messages to fill in the form http://d.pr/12eHw/1wVtDmKg when you click on submit button with empty fields.
Hi!
try this code instead:
.frm_error {
margin-top: -21px !important;
margin-bottom: 20px !important;
}
and adjust as needed.
Best regards,
Andy