Jump to content

alight legent skin to left


Guest GregoryS

Recommended Posts

Sure, look in the file skins/Legend/styleSheeets/layout.css

Open the file with a text editor, and find near the top this code:

margin: 0px auto;

Change it to read:

margin: 0px;

~ or ~

margin: 0px 10px;

Explanation: The "0px" tells the browser to put no empty margin space at the top or bottom of the page. The "auto" tells the browser to divide the open space for margin evenly on the left and right sides, effectively centering the site. Leaving off the "auto" causes the margin to be set to zero all around, so by default the site will be aligned to the left with no space at all on the left side. Using the last combination, "0px 10px;" will still align the site to the left by default but will put 10px of space between edge of the site and the edge of your screen.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...