This video explains how you can center the submit button of your Divi Contact form. The original post can be found on my website at
https://www.georgenicolaou.me/center-... The code I use in the video is given below
#Divi
/*submit button center*/
#et_pb_contact_form_0 .et_contact_bottom_container {
float: none!important;
text-align: center!important;
}
/*submit button center end*/