• This one goes to the developer. Can you create an option in the admin to disable the hard coded wrappers around the form elements?

    If that’s too difficult, can you or anyone else create a custom function to remove them?

    thanks! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi RanchNachos,
    I had the same problem and here is how I solved it:

    1. Go to the Contact 7 directory under wp-content/plugins/
    2. Open the file “stylesheet.css”
    3. At the beginning of the file simply remove

    div.wpcf7 {
    	margin: 0;
    	padding: 0;
    }

    That worked well for me ??

    Regards aSx_edoc

    forgot to say, instead of deleting these lines from the css file, you can simply adjust the styling to fit your needs ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] removing wrappers from form?’ is closed to new replies.