hi
does anybody know how to change the position of the panels? i'd like to have both panels on the left side.
Wallpaper Script Forum » How-To and Troubleshooting
Both sidebars at same side
(3 posts)-
Posted 1 year ago #
-
I can change position of both panels to right
Go to -
/templates/default/style.cssFind -
.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 # -
thank
Posted 1 year ago #
Reply
You must log in to post.



