WordPress fix for 28px margin issue

By Eric Downing. Filed in Wordpress  |  
TOP del.icio.us digg

I was tearing my hair out the other night trying to figure out why there was a 28px margin at the top of the page that I don’t remember setting up. I searched the for the issue and found that there is an issue with the version I am stuck on and the work around is to put the following code just before the </body> tag in footer.php.

 <?php wp_footer(); ?>;

Tags:

Leave a Reply