I don't know it is my IE7's problem or else. But the right sidebar keeps floating at the right bottom of the whole page.

I took a look of the demo site. It is the same.

Firefox works fine but IE7.

Please help. Thanks

Comments

steve169’s picture

I met the same problem with you.

Fixed it by edit the layout.css

#sidebar-right {
float: right;
margin-left: -100%;
width: 220px;
padding: 5px 8px 20px 2px;
}