[Limited Time Offer] Get 40% off ALL ACCESS MEMBERSHIP before it’s gone!👉
mark Hendriksen logo

Center Divi Footer Credits

by Mark Hendriksen | Apr 8, 2019 | Divi tutorials | 6 comments

HomeDivi tutorialsCenter Divi Footer Credits

Mark Hendriksen

I am the founder here at MarkHendriksen.com a blog website for Web design, WordPress, and popular page builders.

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

Unfortunately, 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 on 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.

You can also use one of the Divi footer layout packs available on the marketplace.

You Might Also Like…

6 Comments

  1. nordie

    what CSS snippet?

    Reply
  2. Hervé JOUANNO

    Thx you!
    That’s working fine.
    I wish you to have a nice day.

    Reply
  3. Darío

    Thank you

    Reply
  4. william A Bailey

    Thanks it worked.

    Reply
  5. FortyTwo

    Simple, clear and fast. Working fine.
    Thank you so much for this tip 😉

    Greetings from France 🙂

    Reply
  6. Afifah

    Thank You This is Work 💖

    Reply

Submit a Comment

Your email address will not be published. Required fields are marked *