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
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
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.
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
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
That gap is controlled by the following style in your stylesheetAdding something like the following would reduce this gaph1, h2, h3, h4, h5, h6 {
margin: 0.3em 0;}#tagline h1 {margin-bottom: 0.1em}
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)