This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
Centering the Submit button on a form
Started 14 years ago by vmillo | 2 posts |
-
I've searched the Forum but have not found the way to modify the css to center the Submit/Continue button on the form. Can you tell me how?
Also, I would like to remove the powered by MachForm at the bottom but I see a note telling me to check with you first. Is there a problem doing this?
Posted 14 years ago # -
Search for this CSS code:
#main_body .buttons { clear:both; display:block; margin-top:10px; }
change it to become:
#main_body .buttons { clear:both; display:block; margin-top:10px; text-align:center; }
Regarding "powered by machform" removal from your forms or emails, yes feel free to remove it.
MachForm Founder
Posted 14 years ago #
Reply
You must log in to post.