How can I set the copyright text to appear centered rather than floating left?
Hey Andrew!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket .copyright {
width: 100%;
text-align: center;
}
Best regards,
Yigit
I tired that but it has no affect at all. The copyright stays left.
Hey!
It does work fine on my local installation. Can you post the link to your website?
Best regards,
Yigit
I just tried in the the theme options CSS and it works. Many thanks.