Please check this form submit button and help me reposition it so that it is aligned with the form itself, rather than off to the left.
Please check this form submit button and help me reposition it so that it is aligned with the form itself, rather than off to the left.
Hey Kev, could you provide a link to your form for us to take a look?
No prob Kev, lol. So for this form in your css we can target its submit button specifically with:
[css]
#gform_submit_button_1 {
margin-left: 144px;
}