WordPress Footer Problem

Kyung emailed and said he found an issue with the footer when going under any of the categories. The footer was pretty badly misaligned, making the page ugly as hell.

i checked out ur blog… pretty funny… but,
there’s a problem with the “Mac – OSX” section…
the footer is not aligned with the page…

At first I thought it must be his crazy Linux browser. But then, as always, he was right! Stupid footer…

WordPress footer alignment problems

After almost an hour of looking for the problem at all the wrong places (style.css, page.php, index.php… etc), I finally nailed it down and fixed it.

1. Go to “/wp-content/themes/_theme_of_choice/sidebar.php” (of all places!)
2. Added an end div tag back to the end of the file (where the sidebar.php file finishes and footer.php begins).

I must have deleted it by accident after I added the Google Ads a while back.