Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Odd space under logo...

Odd space under logo...

Views: 520

Results 1 to 3 of 3
5 Feb 2011, 6:19 PM
#1
krazyreplikaz avatar

krazyreplikaz

New Zenner

Join Date:
Feb 2011
Posts:
10
Plugin Contributions:
0

Odd space under logo...

Hi,
I have a odd space between the logo and the menu bar.

http://www.krazyreplikaz.com

#logoWrapper {
float:none;
text-align: auto;
background-image:url(/images/logo.gif);
background-repeat:no-repeat;
}

Cant manage to resolve the prob.
Any ideas?

5 Feb 2011, 6:47 PM
#2
keneso avatar

keneso

Totally Zenned

Join Date:
May 2009
Posts:
1,273
Plugin Contributions:
3

Re: Odd space under logo...

I would add this

navMainWrapper {margin-top: -50px;}

Don't add it to the whole group of
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper

and I would then make the logo image as a .png with transparent background, or making it no more than 500px wide, or as last solution add to stylesheet
#logoWrapper {margin-left: -50px}
but this would move your logo to the left, above the "home" button instead of "ne products"

5 Feb 2011, 8:01 PM
#3
krazyreplikaz avatar

krazyreplikaz

New Zenner

Join Date:
Feb 2011
Posts:
10
Plugin Contributions:
0

Re: Odd space under logo...

Thanks a million!