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 From Divi Booster

Set Hover Color for Menu Links in the Divi Menu Module

Customizing the hover color of menu links lets you enhance the user experience and maintain visual consistency with your website’s brand. By setting a specific hover color, you can guide visitors' attention and improve navigation feedback. In this guide we show you...

Enable Automatic Looping for YouTube Videos in the Divi Video Module

Enabling automatic looping for YouTube videos in your Divi video module ensures that content plays seamlessly and continuously without interruption. This feature can enhance user engagement, highlight key information, or create dynamic visual effects on your website....

Hide Video Controls in Divi Video Module

Disabling YouTube video controls in the Divi Video Module helps create a seamless, distraction-free viewing experience for your site visitors. This approach is useful when you want full control over how your video content appears and is interacted with on the page, or...

Mute YouTube Videos by Default in the Divi Video Module

In the Divi Video Module, starting your YouTube videos muted by default can create a more user-friendly browsing experience on your webpage. It is particularly beneficial for reducing distractions, enhancing visitor engagement, and providing a seamless content preview...

Autoplay Videos in Divi Video Module

Enabling videos in your Divi video module to start playing automatically can enhance both the site's design and user engagement. To ensure full compatibility with browser requirements, such as Chrome's autoplay policy, it's often necessary to start your videos muted...

Random Divi Posts