What if you replace this selector's styles with the following:
[css]
.custom #gform_wrapper_7 #gform_7 .gform_footer.top_label {
float: right;
margin: -120px 100px 0 0;
}
Then update your height declaration on .custom #gform_wrapper_7 #gform_7 .gform_body to be 364px instead of 400px.
You could do this whole thing in alternate way as well. Instead of applying the background to .custom #gform_wrapper_7 #gform_7 .gform_body you could apply it to .custom #gform_wrapper_7
This will allow for the submit button's distance from the form to be more natural. Right now you have the body set to be a height of 400px, which means the submit button (gform_footer) starts after the 400px height.
Posted 12 years ago on Tuesday June 12, 2012 |
Permalink