The Divi Theme includes an area for credits / copyright notices in the bottom bar of the footer. By default, this is left-aligned on the page, like so:
Center the Footer Credits using Divi Booster
Divi Booster includes an option to center the footer credit links. You'll find the option at:
Divi > Divi Booster > Footer > Bottom Bar > Center the footer credits
(Prior to v3.3.8, the option was located at Divi > Divi Booster > Footer > Center the footer links).
Center the Footer Credits using CSS
To center the Divi Theme footer links (a.k.a. the copyright notice), you can use the following CSS:
#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) {
#footer-bottom .et-social-icons { margin-bottom:-28px; }
}
Related Post: Adding CSS to the Divi Theme
It applies a standard centering of the footer links, and on wide screens also moves the footer links up slightly to compensate for the presence of the social media icons which would otherwise push it down.
Excellent quick tip! Thanks so much!!!
Hello, it works perfect. Thank you!
I have just one question. How this works in mobile?
Thank you again :)
You're welcome, Sergio! Divi itself centers the footer on mobiles, so the code in this post essentially has no effect on mobiles.
Thanks so much! It worked and was my very time time using CSS!
Thanks so much the code worked very well for me…..
Worked perfectly. I come here often for most of my Divi workarounds and CSS. Thank you so much for sharing these great tips. Keep'em coming!
Thank you!!!! Perfect!!!!
Thank you!
Perfect, I did it, thank you very much.
Brilliant, thanks!
Whoa, such a fast tip !
Works great with the CSS in the Divi Options Custom CSS box.
Thx a lot Dan !
Tnx. It works very good
Where do you place the Divi footer css?
Hi stephen, there are a few options, as explained in this post:
https://divibooster.com/adding-css-to-the-divi-theme/
The easiest is probably just to put it in the custom CSS box located (from the WP dashboard menu) at "Divi > Theme Options > General > Custom CSS".