Did it!
I changed the widths through the “settings contact edit panel.” From this:
`<p>Your Name (required)
[text* your-name] </p>
<p>Your Email (required)
[email* your-email] </p>
<p>Subject
[text your-subject] </p>
<p>Your Message
[textarea your-message] </p>
<p>[submit “Send”]</p>`
I ended up with this:
`<p>Your Name (required)
[text* your-name 33/100]</p>
<p>Your Email (required)
[email* your-email 33/100]</p>
<p>Subject
[text* your-subject 33/100]</p>
<p>Your Message
[textarea your-message 29×10]</p>
<p>[submit “Send”]</p>
The main difference being the addition of the 33/100 values which are: max size/max length. The other difference being 29×10 which is cols/rows. Unfortunately I’m not sure how this translates into the code and where it is placed, any explanations are greatly accepted.
Thanks for your input esmi.
P CHuprina