Welcome to TalkGraphics.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2012
    Posts
    22

    Default Positon of pages in browsers

    Hello !

    Someone know why my pages are not on the top of the browers windows. Just a little bit down (perhaps 10 px) ?

    Thanks

  2. #2
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Positon of pages in browsers

    Hi Giraf

    You may have adjusted your top margin inadvertently or you may have used a template that has this set as part of the design. To correct it you can put the following code into the head section of all your pages and adjust the margin size appropriately. You can use negative or positive values.

    Code:
    <style type="text/css">
    
    #xr_xr {
    margin-top: -15px;
    }
    
    </style>
    If there is anything you need to know about adding the code just shout.

  3. #3
    Join Date
    Feb 2012
    Posts
    22

    Default Re: Positon of pages in browsers

    Thank ! The problem is that I use a template with 15 pix down in "y".

  4. #4
    Join Date
    Feb 2012
    Posts
    22

    Default Re: Positon of pages in browsers

    Do you know how to put page on top-left of browser window ?

  5. #5
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Positon of pages in browsers

    I suspect it's possible but why would you want to. It always seems odd, especially on wide screens.
    Last edited by Drwyd; 13 February 2012 at 06:56 PM. Reason: Typo

  6. #6
    Join Date
    Feb 2012
    Posts
    22

    Default Re: Positon of pages in browsers

    Sometimes, some websites are good on the left...

  7. #7
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Positon of pages in browsers

    Doh, just remembered. there is a tweak in covoxer's tweakset that's just what you are looking for

 

 

Tags for this Thread

Bookmarks

Posting Permissions

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