I'm trying to add a widgitized footer. I used this tutorial http://www.wpbeginner.com/wp-themes/how-to-add-dynamic-widget-ready-sidebars-in-wordpress/ and added this code to my footer.php <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(3) ) : else : ?> Insert text that will display only if you are not using any WordPress widgets in this sidebar. <?php endif; ?> Code (markup): I've got widgets stacked on top of each other. How can I fix this? Here's my site: http://bit.ly/nCmu55
check the styles and make sure your positions are set properly. widgets don't just automatically go where you want them to go you have to define it