Zen Cart Logo
Forums / General Questions / Position of banner 2 in header

Position of banner 2 in header

Locked

Views: 1,280

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
20 Sep 2008, 5:47 PM
#1
chalfontgifts avatar

chalfontgifts

Zen Follower

Join Date:
Jun 2007
Posts:
122
Plugin Contributions:
0

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

20 Sep 2008, 8:54 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

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

#bannerTwo {
position: absolute;
float: left;
}
21 Sep 2008, 6:48 AM
#3
chalfontgifts avatar

chalfontgifts

Zen Follower

Join Date:
Jun 2007
Posts:
122
Plugin Contributions:
0

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

21 Sep 2008, 9:03 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

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

#bannerTwo {
position: absolute;
float: left;
margin-left: ??px;
}