
Originally Posted by
Trinity14
It's a bit hard to see in the picture so I'm guessing it's this:
#siteinfoLegal {
text-align: center;
}
Found in your stylesheet.css
Hope that helps,
Thanks for the response! I went into the stylesheet.css for the template i'm currently using and changed-
PHP Code:
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
font-size: 0.9em;
float:left;
}
#siteinfoIP {
float: left;
}
to
PHP Code:
.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
font-size: 0.9em;
float:center;
}
#siteinfoIP {
float: center;
}
My only problem now is that where it would normally have
Copyright © 2014 Cheryl's Herbs. Powered by Zen Cart
Zen Cart Themes by 12leaves.com
Your IP Address is: xxx.xxx.xx.xx
all aligned to the left, it now has the first and third line are centered but the second remains to the left. Any ideas? Once again, thanks.