Results 1 to 6 of 6
  1. #1
    Join Date
    Aug 2006
    Posts
    66
    Plugin Contributions
    0

    Default How do I position my web pages on the left hand side of the screen?

    Im trying to figure out how to position my pages against the left hand side of the screen - rather than them being centred on the screen.

    Ideally, I would like my pages to sit about 30px from the left hand side of the screen. This then doesnt alter when the window size is changed.

    Anyone know how to do this?
    Im sure its very simple but Im very rusty at this after six months out.

    Thanx

    Jaz

  2. #2
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: How do I position my web pages on the left hand side of the screen?

    Your URL to see?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #3
    Join Date
    Aug 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: How do I position my web pages on the left hand side of the screen?

    http://www.bathroomzone.co.uk

    thanks.

    Also - any idea how I can make the EZ banner text white (HOME | ABOUT US | OUR STORES) , without affecting any other link appearances?
    I've tried altering the CSS but cant change this area independently.

  4. #4
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: How do I position my web pages on the left hand side of the screen?

    body {

    margin-left: 30px;

    margin-top: 0;

    font-family: verdana, arial, helvetica, sans-serif;

    font-size: 62.5%;

    color: #000000;

    background-color: #ffffff;

    }

    #navColumnOneWrapper, #navColumnTwoWrapper/*, #mainWrapper */{

    margin: auto;

    }
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  5. #5
    Join Date
    Aug 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: How do I position my web pages on the left hand side of the screen?

    sorry - that hasnt changed anything on my site.

    I copied and pasted in the code you provided into my css, but nothing happened.

    Might there be something elsewhere that is telling it to centre the pages?

  6. #6
    Join Date
    Aug 2006
    Posts
    66
    Plugin Contributions
    0

    Default Re: How do I position my web pages on the left hand side of the screen?

    Even bigger SORRY....

    I'd forgotten to comment out the second part.



    That worked a treat. Thanks Kim.

 

 

Similar Threads

  1. Help me move the sidebars down on the left hand side without them shrinking!
    By raguirre in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Dec 2008, 09:45 AM
  2. How do I delete all of the side boxes on the right hand side?
    By laurieudy in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Oct 2007, 03:53 AM
  3. How do I position my web pages on the center of the screen?
    By zahid99 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Feb 2007, 01:41 PM
  4. Position of all pages on the screen
    By mikemanor in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 11 Feb 2007, 07:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg