MyBB Community Forums

Full Version: Copyright help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

Go to - http://www.xanthom-designs.co.uk , and the copyright at the bottom, i would like it to be aligned to the left, not in the middle.

How can i do this?
Go into your Themes Editor for that style and look for this in the Additional CSS box:

#copyright {
font-size:10px;
color:#999999;
text-align:center;
}

And remove "text-align:center;"
Thanks, done - great support by the way Smile