Move sidebar

Discussion in 'Blogging' started by pennytrader, Feb 15, 2009.

  1. #1
    pennytrader, Feb 15, 2009 IP
  2. getadviced

    getadviced Well-Known Member

    Messages:
    557
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    130
    #2
    open the style.css,
    find
    #content {
    float:right;
    padding-right:5px;
    width:548px;
    }


    and change to
    #content {
    float:left;
    padding-left:10px;
    width:548px;
    }


    then find
    #sidebar {
    float:left;
    padding-left:5px;
    width:180px;
    }


    and change to
    #sidebar {
    float:right;
    padding-right:5px;
    width:180px;
    }
     
    getadviced, Feb 15, 2009 IP