Can someone please tell me if it's possible to change the dimensions of the form, and if so, how/where to do this? I'm comfortable with the CSS but i can't see where to look...
thx in advance :)
Can someone please tell me if it's possible to change the dimensions of the form, and if so, how/where to do this? I'm comfortable with the CSS but i can't see where to look...
thx in advance :)
Can't tell where this posted but is meant to be entered in the "Contact Form 7" thread.
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;
}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....
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.
ahhh...
thx for clarifying that! :)
You must log in to post.