Center the Divi Footer Credit Links

Written by Dan Mossop

Centering the footer credit links on your Divi-powered website creates a more balanced and visually appealing layout, enhancing the overall professionalism of your site. This adjustment can help unify your design and ensure important site information or branding in the footer stands out in a consistent, central position. In this guide we show you how to center the footer credit links in the Divi theme.

Center Footer Credit Links in Divi Theme using Divi Booster

This method demonstrates how to center the footer credit links in the Divi theme by using the Divi Booster plugin. By enabling a single option within Divi Booster’s settings, you can easily change the alignment of your footer credits from left-aligned to centered without any custom code. This approach is straightforward and ideal for users looking for a quick, plugin-based solution to enhance the visual appeal of their site footer.

Access the Divi Booster Footer Settings

To get started, head to your WordPress dashboard and open the Divi Booster plugin settings. Simply hover over the 'Divi' menu in your admin sidebar and click 'Divi Booster' from the submenu. On the Divi Booster settings page, locate the 'Footer' section and expand it. Next, open the 'Bottom Bar' subsection to reveal additional footer options.

Enable the Center Footer Credits Option

Within the 'Bottom Bar' settings, find the checkbox labeled 'Center the footer credits' and select it. This tells Divi Booster to center your site's footer credit links.

Save and Confirm Your Changes

After enabling the option, be sure to scroll to the bottom of the page and click the 'Save Changes' button. Once saved, visit your site's homepage and scroll to the footer to confirm that your credits are now perfectly centered.

Center Divi Footer Credits using Theme Options Custom CSS

This method demonstrates how to center the footer credits in your Divi theme by adding custom CSS through the Theme Options panel in the WordPress dashboard. By pasting the provided CSS code into the Custom CSS box, you ensure that the footer credits are centrally aligned across all devices. This approach is straightforward, does not require modifying theme files, and offers immediate visual improvements to your website’s footer.

Open and Edit Divi Theme Options Custom CSS

From your WordPress dashboard, hover over the 'Divi' menu and click 'Theme Options.' Scroll down to find the 'Custom CSS' field near the bottom of the settings page. Paste the following code into the field:

#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;
  }
}

Save and View the Centered Footer Credits

Once you've added the CSS, scroll down and click the 'Save Changes' button. Visit your site's homepage and scroll to the footer to see your footer credits now centered and looking great across all devices.

Conclusion

Centering your Divi footer credits is quick and easy—whether you use Divi Booster for a code-free toggle or a simple CSS snippet in Theme Options. Enjoy a more balanced and professional website footer!

Take Control of Your Divi Customizations with Divi Booster

Unlock hundreds of new features with Divi Booster and elevate your site's design. Effortlessly center footer credits and more with our user-friendly plugin, designed to help you build impressive sites faster.

About Dan Mossop

Dan is a Scottish-born web developer, now living in Brisbane with his wife and son. He has been sharing tips and helping users with Divi since 2014. He created Divi Booster, the first Divi plugin, and continues to develop it along with 20+ other Divi plugins. Dan has a PhD in Computer Science, a background in web security and likes a lot of stuff, 

14 Comments

  1. Excellent quick tip! Thanks so much!!!

    Reply
  2. Hello, it works perfect. Thank you!
    I have just one question. How this works in mobile?
    Thank you again :)

    Reply
    • You're welcome, Sergio! Divi itself centers the footer on mobiles, so the code in this post essentially has no effect on mobiles.

      Reply
  3. Thanks so much! It worked and was my very time time using CSS!

    Reply
  4. Thanks so much the code worked very well for me…..

    Reply
  5. 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!

    Reply
  6. Perfect, I did it, thank you very much.

    Reply
  7. Brilliant, thanks!

    Reply
  8. Whoa, such a fast tip !
    Works great with the CSS in the Divi Options Custom CSS box.

    Thx a lot Dan !

    Reply
  9. Tnx. It works very good

    Reply
  10. Where do you place the Divi footer css?

    Reply
    • 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".

      Reply

Submit a Comment

Comments are manually moderated and approved at the time they are answered. A preview is shown while pending but may disappear if your are cookies cleared - don't worry though, the comment is still in the queue.

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

We may earn a commission when you visit links on our website.

Latest Posts

Change Divi Gallery Module Slider Arrow Size

Adjusting the size of slider arrows in the Divi Gallery module can help improve site navigation, enhance visual consistency, or better match your site’s design preferences. Whether you want to make navigation elements more prominent or integrate them seamlessly with...

Change Divi Gallery Module Slider Arrow Color

Customizing the appearance of your Divi Gallery module can enhance both the aesthetics and usability of your site. Changing the slider arrow color in the Gallery module slider layout allows you to ensure the navigation controls are clearly visible and match your...

Change Slider Arrow Icons in the Divi Gallery Module Slider Layout

Customizing the slider arrows in the Divi Gallery module slider layout allows you to enhance the visual appeal and user experience of your image galleries by aligning navigation icons with your website’s design style. This can help make galleries more intuitive and...

Set a Custom Start Value in Divi Number Counter Modules

Adjusting the starting value for Number Counter modules in Divi enables you to create more dynamic and tailored animations, such as counters that begin at a specific number rather than the default zero. This can enhance the presentation of statistics or milestones on...

Random Posts