October 15, 200619 yr In the Ultimate theme they start too far to the left. I want to move them to the right. I tried increasing screen size but that didn't work. Right now the program lisings are crowding the options/selection text.
October 17, 200619 yr @lurk&jerk,In your theme, locate and open the file wpi.htm. You will find a layer called layerboxes in there that you can move or resize to place the boxes/applications where you want them. Easy to adjust if you have an html editor or you can just adjust with your favorite text editor.found in the glossy theme at line 367:<div id="layerboxes" style="position:absolute; display:block; z-index:100; width:100%; height:100%; overflow:hidden;">change the line to add left placement:<div id="layerboxes" style="position:absolute; display:block; z-index:100; width:100%; height:100%; overflow:hidden;left:150px;">This will bump the checkboxes about 1 inch to the right.
Create an account or sign in to comment