Wallpaper Script Forum » How-To and Troubleshooting

Both sidebars at same side

(3 posts)
  1. hi
    does anybody know how to change the position of the panels? i'd like to have both panels on the left side.

    Posted 1 year ago #
  2. shekhar
    Member

    I can change position of both panels to right
    Go to -
    /templates/default/style.css

    Find -

    .left-panel{
    float:left;
    position:relative;
    width:140px;
    padding:7px 0;
    padding-left:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    }
    .right-panel{
    float:left;
    width:140px;
    padding:7px 0;
    padding-left:10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    }

    Replace with -

    .left-panel{
    float:right;
    position:relative;
    width:140px;
    padding:7px 0;
    padding-left:5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    }
    .right-panel{
    float:left;
    width:140px;
    padding:7px 0;
    padding-left:5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    }

    Posted 1 year ago #
  3. thank

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.