What you need to do is first get rid of the gf_left_half and gf_right_half ready classes from the field. Then drop in this CSS snippet into your theme's stylesheet (or wherever your theme instructs you to place custom CSS):
[css]
body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper input[type=email], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password] {
padding: 1em;
}
body .gform_wrapper select {
height: 35px;
}
This should be your result.
Posted 11 years ago on Tuesday February 26, 2013 |
Permalink