Change field title size

Questions and bug reports for current release of CKForms

Change field title size

Postby baolos » Fri Nov 27, 2009 6:34 pm

Hello,

I'd like to have a larger field title size because my titles are about 10 words and so, my forms doesn't look realy nice.
How may we change this size ?

Thanks for your help,
Baolos
baolos
 
Posts: 1
Joined: Fri Nov 27, 2009 6:23 pm
Top

Re: Change field title size

Postby Samaroo » Sat Dec 05, 2009 8:40 pm

Hi,

You can use CSS to do this.

Field titles are called Labels in HTML jargon. When you're creating the fields, you can set the CSS class for each label and it's field. For my website I've used fLabel and fFieldwidth for each label/field combination in a Contact Us form.

Then in the ckForm CSS I have:

.fLabel {
width: 12em;
}

.fFieldwidth {
width: 30em;
}

I've used em but you can use any other ones if you want. All you have to do now is change the widths to suit your form.


Allan.
Samaroo
 
Posts: 39
Joined: Thu Sep 03, 2009 2:28 pm
Top


Return to CKForms 1.3.x Support forum

Who is online

Users browsing this forum: No registered users and 1 guest