Link
What is the best way to play with css to move "Copyright © 2012 Friends of MSU Library. All Right Reserved." to the centre of the footer?
Link
What is the best way to play with css to move "Copyright © 2012 Friends of MSU Library. All Right Reserved." to the centre of the footer?
I have created a child-theme and will be removing the right side of the footer containing "Design by: Catch Themes | Proudly powered by WordPress". I know how to do that in footer.php.
You can add the following css in "Custom CSS" box in Theme Options under appearance tab in your WordPress dashboard:
.copyright {
text-align: right;
}Thanks Sakin
You must log in to post.