This CSS snippet will do the trick to override the theme style getting used here. Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level).
[css]
.gform_wrapper .ginput_complex input[type=text], .gform_wrapper .ginput_complex input[type=url], .gform_wrapper .ginput_complex input[type=email], .gform_wrapper .ginput_complex input[type=tel], .gform_wrapper .ginput_complex input[type=number], .gform_wrapper .ginput_complex input[type=password], .gform_wrapper .ginput_complex select {
margin-bottom: 0;
}
Posted 11 years ago on Monday April 29, 2013 |
Permalink