I made a mistake and now my blog is messed up the footer ended moving to the top. anyone can do a fast fix? <!-- begin footer --> <div id="footer"> <div style="clear:both;"></div> <p>Copyright © 2008 · All Rights Reserved · </p> </div> <?php do_action('wp_footer'); ?> </div> </body> </html> website is unemployed-loans(dot)com
Hi there, I can help you out, Try putting a </div> above your <!-- begin footer --> statement If that doesnt solve, let me have a look. PM me. Prateek PDJSolutions.
<div id="footer"> <div style="clear:both;"></div> Code (markup): to <div style="clear:both;"></div> <div id="footer"> Code (markup):