Forums

[resolved] Can't move the sidebar to desired location (3 posts)

  1. impossiblebottle
    Member
    Posted 5 months ago #

    Hi

    I have this blog, and I am trying to put the sidebar at the...well, the side! At the moment it's floating above my blog content.

    Do I need to create a new div class in my styles sheet for this, and if so what's the syntax for this please?

    Thank you.

  2. vtxyzzy
    Member
    Posted 5 months ago #

    Try adding these lines to the end of style.css:

    #sidebar1 {
       float: left;
       width: 200px;
    }
    .page_inner {
       float: right;
       padding: 0 20px 100px 0;
       width: 600px;
    }
  3. impossiblebottle
    Member
    Posted 5 months ago #

    Great, many thanks!

Reply

You must log in to post.

About this Topic