Hi Buzztone,
Thanks for your time.
I don’t think the styling system is ideal for this plugin, but it works I guess. I wanted the width to be about 50% and float in the middle, but
margin-left: auto; margin-right: auto;
doesn’t seem to function for it.
I’ve used this now, which seems to the the job up to a sertain point of acceptance on my part ??
div.wpcf7 {
margin: 0;
padding: 0;
margin-left: 20px;
margin-right: 20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 input[type="submit"]
{
max-width: 500px !important;
}