Your theme is apparently using the JqTransform script to replace standard form elements like the select with styled divs, links, etc. That's why your formatting is off. You may need to talk to your theme developer about how to disable that script if you're having trouble styling things properly. It's not a Gravity Forms issue - it's being caused by the theme itself.
http://www.dfc-e.com/metiers/multimedia/opensource/jqtransform/
You form is also inheriting the ugly bright blue background from the theme.. it's being applied inline. You'll need to add some custom CSS to override that.
[css]
body #content .gform_wrapper form {
background:none !important;
border:none !important;
padding: 0! important
}
screenshot: http://bit.ly/yOuNJi
Hope that points you in the right direction.
Posted 13 years ago on Saturday March 10, 2012 |
Permalink