Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter zgreen

    (@vbasic)

    Can’t tell where this posted but is meant to be entered in the “Contact Form 7” thread.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    Contact Form 7 form’s wrapper DIV elements have ‘wpcf7’ class, so you should add a style like this in your theme’s stylesheet:

    .wpcf7 {
    	margin: 1em 2em 3em;
    	padding: 4em 5em 6em;
    }
    Thread Starter zgreen

    (@vbasic)

    thx, Takayuki. I’m assuming I would be editing the file, “contact-form-7/styles.css,” right?

    Also, if I want to use 2 columns using DIVs instead of tables, do I add the html in the form settings (from the WP dashboard)? And can i add any new classes to the same “contact-form-7/styles.css” file?

    thx in advance….

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    No, style.css in your theme. If you edit contact-form-7/styles.css, it will be overwritten when you upgrade the plugin and you lose your changes.

    Thread Starter zgreen

    (@vbasic)

    ahhh…
    thx for clarifying that! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Contact Form 7] How to edit the form format..?’ is closed to new replies.