hi,
i've tried to target either footer and submit button of my form to reduce the space between the last field and the button, but nothing working. please help me.
to see the form go : http://www.solusons.fr
thx for the reply.
Yan
hi,
i've tried to target either footer and submit button of my form to reduce the space between the last field and the button, but nothing working. please help me.
to see the form go : http://www.solusons.fr
thx for the reply.
Yan
Yan, try placing this into your theme's stylesheet:
[css]
.gform_wrapper .gform_footer.right_label, .gform_wrapper .gform_footer.left_label {
padding-top: 0 !important;
margin-top: 0 !important;
}
This will override the 16px of margin and padding at the top.
thx for the reply, but it seems to do nothing
Are you using a caching plugin? I don't see the style in your theme's stylesheet.
theres is no caching plugin, im using theme "positive" and the css code for the form is in the theme css.
there is a shortcode.css inthe theme that is use for the the button of the theme as i see the button is a theme's button, may be this way ?
?
that's it !!!!
it works well with ur code in the shortcode.css of the theme
thx a lot
gravity is amazing plugin !!!
Yann
Awesome - glad to help!