Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘How to center the copyright notice at the bottom of the site ?’ is closed to new replies.
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!