To center align Divi secondary menu (the one with the phone number/email/social) just add the following to your custom CSS area in the Theme Customiser or into your Divi Child theme CSS area.
Divi > Theme Options > General > Custom CSS
/* CENTER SECONDARY MENU */
#et-info {
float: none !important;
text-align: center;
}