• After updating from CF7 5.6.4 to 5.7.X the space between the rows in my forms has become larger. What could be the cause?

    Screenshot with version 5.7.2

    Screenshot with version 5.6.4

    • This topic was modified 1 year, 11 months ago by obaechler.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • yep spacing has changed vertically, I am stuck on 5.6.4 as everything is good, I have dozens of contact forms (different ones), I have already asked what has exactly changed with no reply. Why mess around with the styling? Doesn’t the developer realise that some of us have customised the form? as in add double columns etc

    On ?5.7.X as the op has stated the gaps between the rows are larger, also the bottom of the form has a larger gap on it also.

    I will probably land up writing custom CSS to fix this.

    Ok just fixed this tonight with simple css in my own case. For some reason since 5.7.X?it adds a space as we know.

    in my case it adds the extra bottom-margin if you have a p tag in your form.

    so to fix it add:

    .wpcf7 p{margin-bottom:0em;}

    it also affects if you have put Bold on your p tag also so in that case to re-bold you text and remove the extra bottom-margin space its

    .wpcf7 p{margin-bottom:0em;font-weight:bold}

    for me the contact form is exactly the same as it was now before these recent updates by adding above css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between rows have changed with CF7 5.7.X’ is closed to new replies.