Add this to your theme’s CSS stylesheet:
.wpcf7 textarea {
width: 300em;
}
Thanks! 🙂
I’ve added this:
.wpcf7 text {
width: 50em;
}
but without effect on text field.
Because you have no “text” element there. Use this instead:
.wpcf7 input[type="text"] {
width: 50em;
}
i tried, but without effect on text field.
Check it again or tell us where we can check it.
Ok now works fine!
i’ve cleaned the cache.
Thanks 😉
How to clean the cache? help please
But I have a cache folder, my question is if I have to delete the files in that folder that belongs to the template?
DS
(@deepak-selvan)
Well,I am sorry if i am disturbing the growth of this plugin but I would like to invite you to take a look at How to create a contact form if you really wanna know how a simple contact form works in php.CSS excluded.