PDA

View Full Version : How to adjust form-builder textarea size?


achng
11-30-2009, 10:12 AM
Need help to increase the text_area box size created by Form-builder. There doesnt seem to have an option to define the size of the box just like text_box.


Please see http://ci-ntu.com/english/contactus/3016-Contact.html

The message box size (default) is too small!

Any suggestion?

Micha
12-01-2009, 08:41 AM
Go to your css/plugin_form_builder.css file and find following selector:

textarea.form_builder_textarea


Change the value from 90% to let's say 325px, that should enlarge your textarea field.

achng
12-01-2009, 02:28 PM
Thanks! Managed to get the textarea into the right size.

:)