Textarea in foms (usin form builder) Topic is solved

General project discussion. NOT for help questions.
Post Reply
katik

Textarea in foms (usin form builder)

Post by katik »

Text area is BIG and I have tried to find "something or some place" to fix it but without any luck. I use module form and its form builder and I need to get that textarea smaller.

Can someone - anyone HELP me. I'm a beginner with cms, so be patient with me ;D

Kati
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Textarea in foms (usin form builder)

Post by Nullig »

You can add:

Code: Select all

textarea {
width: 250px; /* <-- change this to whatever works for you */
}
to your stylesheet, which would set the width for ALL textarea fields on your site, or

Code: Select all

.formbuilderform textarea {
    width: 400px; /* <-- change this to whatever works for you */
    height: 60px; /* <-- change this to whatever works for you */
}
which will only change formbuilder form fields.

Nullig
katik

Re: Textarea in foms (usin form builder)

Post by katik »

THANK YOU!

It is so easy when you can! What makes it easy for me to smile, is that I'm learning all tihe time.

Kati
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Textarea in foms (usin form builder)

Post by Nullig »

You're welcome.

I'm sure you'll enjoy using CMSMS, as it is so easy to learn and use.

Nullig
Post Reply

Return to “General Discussion”