Hey,
All my form label widths default to 150px. (I have 3 forms on 1 site).
Can I change this parameter? When I go into the default styles within the component - the parameter governing width is commented out. I can't find anything in the styles that is setting the width - yet when I look in Firebug - there it is width:150px.
Am I looking in the wrong place? Thanks!
All my form label widths default to 150px. (I have 3 forms on 1 site).
Can I change this parameter? When I go into the default styles within the component - the parameter governing width is commented out. I can't find anything in the styles that is setting the width - yet when I look in Firebug - there it is width:150px.
Am I looking in the wrong place? Thanks!
Hi cb1 ,
For some mysterious reason the labels are styled in the Form HTML. You can change the width in the Wizard Edit | Properties boxes; by editing the Form HTML directly; or possibly by overriding the CSS with an important! tag
Bob
For some mysterious reason the labels are styled in the Form HTML. You can change the width in the Wizard Edit | Properties boxes; by editing the Form HTML directly; or possibly by overriding the CSS with an important! tag
Bob
I was wondering why I could not find them.
When I overwrite them with the important tag - where do I have to put that? Anywhere special?
When I overwrite them with the important tag - where do I have to put that? Anywhere special?
This topic is locked and no more replies can be posted.