Skip to:
Content
Pages
Categories
Search
Top
Bottom
  • Boris posted a new activity comment 13 years, 11 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 🙂

Skip to toolbar