How to edit size and width of the form fields
-
How do I edit the size of the form fields? How do I edit the width of the form? I want this form to extend further to the right of the container:
https://www.neurostrengthlab.com/email/I have tried adding options to each tag but it does not work. Eg.
<p>Your Name (required)<br /> [text* your-name size:100] </p>
I have also tried editing the php files and that worked ONLY on textarea rows, but not on cols. Eg.
contact-form-7/modules/text.php
contact-form-7/modules/textarea.phpSo it seems the width of the fields is being constrained by some other setting. Is there a CSS file for the contact form 7?
How in the world do I adjust this??
- The topic ‘How to edit size and width of the form fields’ is closed to new replies.