Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2007
    Posts
    122
    Plugin Contributions
    0

    Default Position of banner 2 in header

    Hi

    Please could someone tell me how to move the banner in the header of my test site over to the left a bit. I do not want to left justify it, just want to have the right side of the banner box in line with the right side of the small GB flag.

    I have tried so many changes in stylesheet.css, I have lost count.

    My test site is www.lozer. co.uk/shop/

    I have broken the link to stop google picking it up.

    Regards
    Laurie

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Position of banner 2 in header

    You do not have the room to do this with the small GB Flag centered where it is - - You can add this to the end of you css file to see what I mean
    Code:
    #bannerTwo {
    position: absolute;
    float: left;
    }
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jun 2007
    Posts
    122
    Plugin Contributions
    0

    Default Re: Position of banner 2 in header

    Thanks for that. At 1024 x 768 that is true, it will not go over far enough. For resolutions above that it is different.

    How can I move it over to the right a bit now, Allowing it to float to the left at the lower resolutions.

    Thanks for your help
    Laurie

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Position of banner 2 in header

    Select a resolution that you will have the alignment you want and add a margin left to it for one single resolution
    Code:
    #bannerTwo {
    position: absolute;
    float: left;
    margin-left: ??px;
    }
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Banner in Header Position 1 Disappeared
    By I wish I could in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 26 Aug 2011, 02:30 PM
  2. Move banner in header position 2
    By gofer_p in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 17 Jan 2010, 06:06 PM
  3. banner header position 3 show more than 1 banner
    By Greybeard in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 14 Dec 2009, 11:25 PM
  4. Banner/ header moving position
    By JMGDESIGN in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Oct 2008, 06:16 AM
  5. Banner 2 position in header
    By chalfontgifts in forum General Questions
    Replies: 1
    Last Post: 9 Sep 2008, 03:46 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