People were asking about padding on Contact Form 7, here it is…
plugins/contact-form-7/includes/css/style.css
line 1
div.wpcf7 {
margin: 0;
padding: 0;
padding-left: 100px;
}
or whatever you want to do with the padding..
People were asking about padding on Contact Form 7, here it is…
plugins/contact-form-7/includes/css/style.css
line 1
div.wpcf7 {
margin: 0;
padding: 0;
padding-left: 100px;
}
or whatever you want to do with the padding..
You must log in to post.