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.
Page 1 of 1
How do I adjust program colum listings How do I adjust program colum listings
#2
Posted 17 October 2006 - 07:21 AM
@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:
change the line to add left placement:
This will bump the checkboxes about 1 inch to the right.
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.
Share this topic:
Page 1 of 1



Help
Back to top








