Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #428435

    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

    #429116

    Hi sitesme!

    Add this to your custom CSS.

    .frm_style_formidable-style.with_frm_style .form-field {
      margin-bottom: 0px !important;
    }

    Cheers!
    Elliott

    #429225

    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.

    #429852

    Hi!

    try this code instead:

    .frm_error {
    margin-top: -21px !important;
    margin-bottom: 20px !important;
    }
    

    and adjust as needed.

    Best regards,
    Andy

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.