This is the CSS I'm working with at the moment while I'm testing this out.
[css]
body .gform_wrapper_1 .left_label .gfield_label {
    color: #71277A;
    float: none;
    font-weight: bold;
    margin: 2px 15px 0 0;
    width: 29%;
}
body .gform_wrapper_1 .right_label div.ginput_complex, .gform_wrapper .left_label div.ginput_complex {
    float: none;
    width: 64%;
}
body .gform_wrapper_1 .right_label input.small, .gform_wrapper .right_label select.small, .gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small {
    font-size: 14px;
    width: 15%;
}
When I remove _1 the CSS displays? If I place the _1 after wrapper it's disabling the css for some reason.
Posted 14 years ago on Thursday July 14, 2011 | 
Permalink