Help with wordpress footer please

Discussion in 'HTML & Website Design' started by BaaBaaBlankiesDotcom, Oct 5, 2011.

  1. #1
    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
     
    BaaBaaBlankiesDotcom, Oct 5, 2011 IP
  2. alexkboorman

    alexkboorman Peon

    Messages:
    70
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #2
    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
     
    alexkboorman, Oct 11, 2011 IP