Hi! I would like to center the copyright text at the bottom of the page ?
Is that possible ?
Thanx!
Hey Paul!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
span.copyright {
width: 100%;
text-align: center;
}
Best regards,
Yigit
Excellent, thanx!