From time to time I get the question “how can I center the Divi footer credits” you can change or remove the standard Divi credits designed by elegant themes powered by wordpress in:
Divi > Theme Customizer > Footer > Bottom Bar
Unfortunate there is no option to center the footer credits. But with this CSS snippet you can center these credits.
#footer-info {
text-align: center;
width: 100%;
}
Place this snippet in Divi > Theme Options > CSS or in your Divi child theme. The first part of the snippet centers the footer credits and the second part of the snippet is for the social media icons in case you are using those.
In case you want to create an entire custom Divi footer you can follow this tutorial how to create a custom Divi footer.