Change size of send button in my form

Hello all,

I would like to change the size of my send button.
Can someone tell me how to do this?

Thanks a lot
CT

Can you share a link to the page on your site where we can see the form? Thank you.

Hi @Celai
You may write some custom CSS to change the button size.

#gform_xx input[type='submit'] {
	padding: 10px 40px;
}

Note: Don’t forget to change the “xx” to your form ID number.

Give it a try, and let me know how that goes! :smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.