Looks like you need to be a lot more specific with your style rules.. try this and see how far it gets you..
[css]
body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields li.gfield {
float: none !important;
}
body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields,
body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields li.gfield {
list-style-type: none !important;
list-style-image: none !important;
list-style: none !important;
background-image: none !important;
background: none !important;
padding: 0 !important;
margin: 0 !important;
border: none !important;
}
body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields li.gfield {
padding: 0 0 22px 14px !important;
width: 45% !important;
}
body #main #container #content .entry-content .gform_wrapper form .gform_body ul.gform_fields > li.gfield:before {
content: "";
}
my quick test.. http://i.imgur.com/L0H3rta.jpg
Also, I see you have some left half/right half ready classes applied to some list items.. if you're not planning a 2 column layout for those then you probably want to remove them to prevent other inheritance issues.
Hope that points you in the right direction.
Posted 11 years ago on Friday April 26, 2013 |
Permalink