Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / White line showing in my header

White line showing in my header

Locked

Views: 1,046

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 May 2008, 1:56 PM
#1
checooper avatar

checooper

New Zenner

Join Date:
Apr 2006
Posts:
76
Plugin Contributions:
0

White line showing in my header

Hi there,

I have a white line showing in my header, looked every where and cannot find where to get rid of it, please help.

https://www.studiocart.co.uk

It looks bigger in IE than in firefox.

Thanks Che

20 May 2008, 2:52 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: White line showing in my header

You are not using #navMainWrapper but it is there taking space
Check your template tpl_header.php file

21 May 2008, 6:25 PM
#3
magicman avatar

magicman

Zen Follower

Join Date:
Oct 2007
Location:
MA, USA
Posts:
385
Plugin Contributions:
0

Re: White line showing in my header

It is is the syle sheet: includes/templates/YOURTEMPLATE/css/stylesheet.css

Look for > #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper

This is what I have:

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #abbbd3;
background-image: url(../images/tile_back.jpg);
padding: 0.0em 0.2em;
font-weight: bold;
color: #ffffff;
height: 1%;
}

This did the trick for me.