Open your theme’s style.css with text editor, find #footer and add the following declarations clear: both; and float: left; like so:
#footer {
border-top: 0px solid #666;
width: 760px;
color:#333;
margin:0 auto;
padding:20px 0;
text-align: center;
clear: both;
float: left;
}
Worked a treat!! Thank you so much! 🙂
Arrrggghh …. I don’t know what happened! But now the footer is all screwed up. No longer centered, nor at the bottom on the blog, and the text decoration and link colors are completely wrong. I don’t even know where it gets those colors from??
I was working on my sidebar images and had not touched the footer. And I have scanned the code so many times now that it’s become one big blur and I have no idea what I’ve done to screw up the footer.
Can anyone help please?
Thank you!
Kerstin
Ok, I figured it out! It was the sidebar div, not sure why it caused the footer to screw up but it’s fixed again! Thanks!