Sidebar not displaying correctly??

Discussion in 'WordPress' started by Edwards80, Jan 21, 2011.

  1. #1
    My sites sidebar displays fine on the homepage www.britiainsroyalwedding.com but on all the other pages it falls to the bottom like this: www.britainsroyalwedding.com/terms-and-conditions/. I have tried Firefox and all the pages display OK so it must be something to do with IE8. If anyone can point me in the right direction I'd appreciate it.

    Thanks in advance.
     
    Edwards80, Jan 21, 2011 IP
  2. BFiggy

    BFiggy Member

    Messages:
    89
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    25
    #2
    It's most likely a problem with the CSS. For instance, if something on the sidebar is 251px and the sidebar is 250px it will cause the sidebar to go to the bottom. I'm not sure if that's what's causing it but whenever I get that problem that's usually the reason. My IE on this computer is messed up so I can't check it now, but if you don't have it fixed by Sunday send me a PM and I'll check it out while I'm at work.
     
    BFiggy, Jan 21, 2011 IP
  3. Yuuko008

    Yuuko008 Member

    Messages:
    682
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    33
    #3
    Try to see if there's something wrong with the css. Or on your template file, be sure to see if there's a missing </div> or an excess </div>
     
    Yuuko008, Jan 21, 2011 IP
  4. Edwards80

    Edwards80 Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Problem was in the page.php file.

    </div><!-- #content
    </div><!-- #container -->


    should have been:
    </div><!-- #content -->
    </div><!-- #container -->

    Thanks for your help!
     
    Edwards80, Jan 23, 2011 IP