Try adding the following CSS towards the bottom of your theme's style.css file or wherever you are instructed to place custom CSS.
#footer .gform_widget .gform_wrapper .gform_fields .gfield {
background: none !important;
padding: 0 !important;
}
#footer .gform_widget .gform_wrapper .gform_fields .gfield_label {
float: none;
}
To make the email input wider you can edit the form in admin and on the advanced tab of your email field set the 'Field Size' to 'Large'.
Your form should then look like this, http://i.imgur.com/7GVbFZl.png
Regards,
Richard
Posted 11 years ago on Tuesday May 21, 2013 |
Permalink