Zen Cart Logo
Forums / General Questions / removing blank header space

removing blank header space

Locked

Views: 1,001

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 Mar 2010, 5:13 PM
#1
doydot avatar

doydot

New Zenner

Join Date:
Mar 2010
Posts:
19
Plugin Contributions:
0

removing blank header space

Im trying to remove space around header so logo.swf sits directly above top menu. (ebazaar flash)
Any help would be greatly appreciated.Here is the site:

https://www.ebazaar.com.au/zencart/

Thanks in advance

Troy

New Zenner

3 Mar 2010, 5:41 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: removing blank header space

If that's all you're going to have up there:

#logoWrapper{
background-color: #ffffff;
height: 58px;
}

Change the 58 to 0.

3 Mar 2010, 5:48 PM
#3
doydot avatar

doydot

New Zenner

Join Date:
Mar 2010
Posts:
19
Plugin Contributions:
0

Re: removing blank header space

stevesh:

If that's all you're going to have up there:

#logoWrapper{
background-color: #ffffff;
height: 58px;
}

Change the 58 to 0.

Thanks again You Rock ! :clap: