@wayne37
Not recently active
-
Anonymous User 96400 posted a new activity comment 14 years, 6 months ago
@wayne37 You need to add a with and a left float to #container. At the moment div#container takes up the whole space, so the sidebar gets pushed to the bottom. Try to put this into your stylesheet:
#container{width:500px;float:left;}You might have to add some padding or adjust the width slightly. Good luck 🙂