Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See your theme’s stylesheet files.

    Thread Starter simonsayspt

    (@simonsayspt)

    i know my own css.. but changing the contact form 7’s spacing between each field isnt in my css.. but the plugins..
    i found the span class bit of css using inspect element of my browser, but having trouble finding where its located in which file and which particular piece of code refers to the spacing between each field of the form..
    If anyone has already done this, do you know which file, php page, css sheet, or custom code you used to change it..?
    thanks

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Can I see the page?

    Upendra

    (@upendra)

    Any update Takayuki?

    I was curious about that as well :-}

    Thank You

    Upendra

    (@upendra)

    Ok…. this is what I did and it looks better.

    I added this to my theme css file
    .entry-content .wpcf7 input { margin-bottom: 0; }

    Then I deleted all of the p tags and br tags on each line and did this.

    <p>Your Name (required) [text* your-name]
    Your Email (required)  [email* your-email]
    Subject  [text your-subject]
    Your Message [textarea your-message]
    [submit "Send"]</p>

    That seemed to do it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Contact Form 7] contact form spacing between fields’ is closed to new replies.