I am sorry did not get beck to you.
if you dont mind explain the changes to make it center if in the future someone will need it
glad that it worked
Here is how to "Center the Copyright in Clear Sky"
In the folder Clear Sky__SMF2Final/css you'll find
index.cssOpen this with a plain text editor and find line 1588. You'll find the following (or similar) code there:
.inn_footer
{
position: relative; {this may read absolute]
top: 60px;
left: -33px;
padding-left: 83px;
text-align: left; [change to center]
}
Change the last line to read
text-align: center;
This sets the text alignment from the left to the center (center).
Save the file and re-upload to your site.