Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Banner 2 position change

Banner 2 position change

Locked

Views: 1,765

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
8 Jul 2007, 9:06 AM
#1
chalfontgifts avatar

chalfontgifts

Zen Follower

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

Banner 2 position change

Can anyone tell me how I move the banner up a bit in the header so it is just under the text. Look here to see what I mean. www.lozer.co.uk/shop

Cheers
Laurie

8 Jul 2007, 6:38 PM
#2
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Banner 2 position change

Don't understand the question. The banner is just underneath the text. Please can you clarify what you are asking, or if the banner is somewhere else for you, provide information about the browser that you are using and your screen resolution.

8 Jul 2007, 11:12 PM
#3
chalfontgifts avatar

chalfontgifts

Zen Follower

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

Re: Banner 2 position change

Thanks for your response.

If you look at the site using IE or FF the yes the banner is below the text. The spacing is different to each, but I am more concerned with IE.

If I wanted to just raise the banner box up so it is closer to the text how would I do this. I have palayed with the padding settings in the Css file and it has raised it slightly, but not as much as I wanted, and the padding is now set to 0.0em in the stylesheet.

Regards
Laurie

9 Jul 2007, 8:13 AM
#4
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Banner 2 position change

That gap is controlled by the following style in your stylesheet> h1, h2, h3, h4, h5, h6 {

margin: 0.3em 0;

}
Adding something like the following would reduce this gap> #tagline h1 {margin-bottom: 0.1em}