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 –
- Choose the alignment you desire from the three options below.
- Copy the code for your chosen alignment and paste it into – Divi -> Theme Options -> Custom CSS
- 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.
We offer Divi footer modifications for a flat $50.00 fee!