WooThemes has added Gravity Forms specific styling to their themes that override the default "top label" settings. You'll want to contact the WooThemes support team for suggestions on how to best override or remove their theme styles so the default Gravity Forms styling works correctly.
for example, if you disable this rule on line 665 of the theme's style.css fileā¦
[css]
.gform_wrapper .top_label .gfield_label {
display: block;
float: left;
margin: 5px 0 4px !important;
padding-right: 20px;
width: 100px;
}
you'll see that the form starts looking more like the default.. at least the top label position.
screenshot: http://i.imgur.com/7HSXu3J.jpg
the left float and width specification on the label in their rule is forcing the label position and the "cramped" label layout.
Posted 11 years ago on Monday March 25, 2013 |
Permalink