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!

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

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.

Latest Posts

Set Custom CSS IDs for Individual Divi Accordion Items

Assigning unique CSS IDs to specific Divi Accordion items allows for precise control over styling, targeting, and linking within your page content. This ability is particularly useful when you want to apply custom designs or create anchor links to particular accordion...

Enable Swipe Navigation in the Divi Gallery Lightbox

Enabling swipe navigation in the Divi Gallery module's lightbox allows users to seamlessly browse through gallery images by swiping left or right, creating a more interactive and mobile-friendly experience. This functionality can significantly improve user engagement...

Disable Slide-In Animation for Divi Gallery Grid Images

Control how images appear in your Divi Gallery module by toggling the slide-in animation effect for grid layouts. Disabling the slide-in animation allows gallery images to load instantly and appear statically, providing a faster and distraction-free browsing...

Control Image Count Display in Divi Gallery Lightbox

Displaying or hiding the image count in the Divi Gallery module’s lightbox can help customize the user experience, depending on whether you want to give visitors an indication of gallery progress or prefer a cleaner, distraction-free view. The ability to toggle this...

Hide Gallery Image Titles in the Divi Lightbox Overlay

Displaying image titles in the lightbox overlay of the Divi Gallery module can sometimes be distracting or unnecessary, depending on your website’s design and user experience goals. Hiding these titles creates a cleaner and more focused viewing experience for visitors...

Random Posts

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 *.