Nate77
01-29-2008, 09:47 PM
http://sportstunner.com/blog/wordpress/
Can someone help me get my footer back on the page in the middle? Thanks, also how can eliminate the space between my header and the title?
Thanks alot
in wordpress goto theme edit,then the footerpage
find this
<p><strong>Copyright © 2007 - The Stunner - is proudly powered by
make it like this
<center><p><strong>Copyright © 2007 - The Stunner - is proudly powered by
and at the end </center>
WebDesignGold
02-01-2008, 08:48 PM
I don't see the <center> tag but you may've removed it since cees posted his suggestion.
Add text-align: center to .Footer in your style sheet:
.Footer {
background:transparent url(images/FooterIco.gif) no-repeat scroll left center;
margin:0 auto;
padding:10px 0px 10px 30px;
width:980px;
text-align:center;
}