1. Home
  2. /
  3. Divi Theme Tutorials
  4. /
  5. How to Change the...

How to Change the Alignment of Your Divi Footer Text

by | Jun 15, 2016 | Divi Theme Tutorials | 14 comments

Divi Theme Tutorials

In this simple Divi Theme Tutorial, I am going to show you how you can change the alignment of the text in your footer.

There are plugins and other ways available to change the text to say whatever you would like. But, if you don’t have time to find a way to do it on your own or would just rather have someone else take care of it for you, we offer Divi footer modification for a flat $50.00 fee. Contact us below if you are interested in this service!

 

Okay, let’s get started.

To accomplish this –

  1. Choose the alignment you desire from the three options below.
  2. Copy the code for your chosen alignment and paste it into – Divi -> Theme Options -> Custom CSS
  3. Save the changes, and you should now have the alignment you desire.
LEFT ALIGNMENT

#footer-info
{
    float: left;
    padding-bottom: 10px;
    text-align: left;
}

CENTER ALIGNMENT

#footer-info
{
    float: none;
    padding-bottom: 10px;
    text-align: center;
}

RIGHT ALIGNMENT

#footer-info {
    float: none;
    padding-bottom: 10px;
    text-align: right;
}

I hope you have enjoyed this Divi tutorial and it helps with your Divi website design projects!

Please feel free to contact us if you ever need help with building your Divi websites.

Need Your Divi Footer Modified?

We offer Divi footer modifications for a flat $50.00 fee!

You might also like:

Pin It on Pinterest

Share This