Tony,
This is what you would add to change the width of the labels.
[css]
body .gform_wrapper .top_label .gfield_label {
width:150px;
}
That said, it's going to open a bunch of other doors like should you text-align all of the labels to the right so they look right and on the second page, increasing the label width somehow was causing the textarea to be hidden partially.. at least in Firefox.
All of this would be to basically reset your form layout to what already exist as default options. Personally, I would strip the Gravity Forms specific CSS from your theme files, let it reset to the default layout and options, then tweak if needed from there. Again, if you're not sure about it, get in touch with the Woo Themes support team and they can offer some guidance.
Posted 13 years ago on Monday July 11, 2011 |
Permalink