I use CF V4 and interest me how can i reduce space between label field and text field.
Hi derlo,
Add CSS to the form to reduce the label width or switch to labels above the inputs using the Labels Over options.
Bob
Add CSS to the form to reduce the label width or switch to labels above the inputs using the Labels Over options.
Bob
Thanks GreyHead, I don't like Label over option because label and text field is separated in two rows. Other problem is, i dont know where to put css attributes.
For e.g.
I typed in configure field class this
For e.g.
I typed in configure field class this
width:120px;
but not change nothing.
Hi!
You need to use a LoadCSS -action in your On Load event.
In Field Class for your element you put in the name of your Input Field Class.
//JeLu
You need to use a LoadCSS -action in your On Load event.
In Field Class for your element you put in the name of your Input Field Class.
//JeLu
This topic is locked and no more replies can be posted.