This topic has 4 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Olga Barlow
Footer Bottom Bar disclaimer copyright text – CSS to Center Text
Hello,
If you use only copyrights area and don’t use links widget area then add the following code in Custom CSS
.footer-copyrights {
width: 100%;
text-align: center;
}
Regards
Hi thank you for this,
Unfortunately it did not center the text centered to the div but the div is off centered more to the left. The actual width didn’t go 100% I made sure the right widget was also deleted.
I just worked it out I had to put .footer-copyrights-right {
display:none !important;
}
Thank you.
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up