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?
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?
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"
Thanks a million!