Skip to:
Content
Pages
Categories
Search
Top
Bottom

how can I move my column area

  • Avatar of raminjan
    raminjan
    Participant

    @raminjan

    okay guys I was able to successfully make a 4th column but unfortunately I can’t get it to be where I need it to be instead it goes to the bottom of the page can some one please help me with the css on this? this is my css for this column. and also this picture shows where I want the sidebar to be: http://imageshack.us/photo/my-images/594/mysidebarproblem.png/

    #sidebar-primary {
    position: absolute;
    width: 182px;
    float: right;
    padding: 10px 5px 3px 20px;
    margin-top: 1px;
    overflow: hidden;
    border-right: 1px solid #e4e4e4;
    }

    #sidebar-primary {
    margin-bottom: 10px;
    }

    #sidebar-primary {
    width: 182px;
    float: right;
    padding: 10px 5px 20px 20px;
    margin-top: 1px;
    overflow: hidden;
    border-right: 1px solid #e4e4e4;
    }

You must be logged in to reply to this topic.