I need help moving the submit button to the third column of my form.
Please can someone advise.
Craig
I need help moving the submit button to the third column of my form.
Please can someone advise.
Craig
Hi Craig,
You could use the following CSS to float the button up and to the right of the address field, I have guessed the position but you can adjust that by tweaking the margins.
#gform_widget-2 .gform_footer.top_label {
float: right;
margin: -50px 200px 0 0;
}
Regards,
Richard