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.
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.
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>
Problem was in the page.php file. </div><!-- #content </div><!-- #container --> should have been: </div><!-- #content --> </div><!-- #container --> Thanks for your help!