Can not control width of text are field

steverahks 19 Aug, 2014
The form text area field width displays the same no matter what I set it to in the form.

When displayed all fields are displayed as the same width. The field for the text area (which should be considerably larger) has a little tab on the lower right corner that allows the user to change the size of the box on the front end.

Is this an issue with Chronoform interacting with the templates? How can I fix it? You can view the form at http://3dcnc.com/index.php/contact-quote/quick-quote

Thanks for any help you can provide.
GreyHead 20 Aug, 2014
Hi tjhaas,

I think that the text area size width is being set by the templates/tx_crisp/css/typography.css file around line 355
input,textarea {
    width: 210px;
}

Bob
This topic is locked and no more replies can be posted.