Viewing 2 replies - 1 through 2 (of 2 total)
  • stvwlf

    (@stvwlf)

    Your theme’s stylesheet is pushing its settings onto the form
    Add to your stylesheet:

    #content .wpcf7-form p {
      margin-bottom: 0;
    }

    Just that might do it

    Thread Starter BobHatcher

    (@bobhatcher)

    Putting 1.7em wasn’t nearly enough. I had to use

    p {
    margin-bottom: -2em;
    }

    Look at the nice spacing now at https://www.hakiniyogatherapy.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] How to close up the line spacing???’ is closed to new replies.