To center the telephone number and email address in the secondary header of Divi. Add the following code in custom css of Divi theme's option:


#et-info {
float: none !important;
text-align: center;
}