Jump to content

How do I adjust program colum listings


Recommended Posts

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.

Link to comment
Share on other sites


@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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...