I checked the form and the submit button looks okay to me. Are you still facing the issue or it is resolved?
Hi! Thanks for responding and taking a look. I ended up using an image for the button instead of text, and it works, but it would be nice to have the option of using text! I’ve reverted back to text here so you can see what’s happening: https://beunsettled.co/li-test/
I can’t figure out how to (a) center it, and (b) keep it contained!
Thanks for your help,
You are using custom CSS and have added ‘float’ on the button. Because of this the button is getting out of container. Please remove the following code
.gform_wrapper input[type=next],.gform_wrapper input[type=submit],input.gform_next_button {
float: right!important;
background-color: #cd5b38
}
Instead style and center the submit with ‘Styles & Layouts’ addon. It should work fine.
Thanks so much! That makes sense! I didn’t set up custom CSS… so would you be able to tell me where exactly to find that code?
I appreciate it!
Actually, I spoke too soon. I found it. All set! Thanks again for your help!