Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Help!!! That white line

Help!!! That white line

Locked

Views: 1,358

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
19 Apr 2008, 1:57 AM
#1
imperialis avatar

imperialis

Zen Follower

Join Date:
Apr 2008
Posts:
123
Plugin Contributions:
0

Help!!! That white line

How do I get rid of the white line between the header and main text.
site http://www.imperialgiftsnwares.com.au

Thankyou

19 Apr 2008, 2:28 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Help!!! That white line

imperialis:

How do I get rid of the white line between the header and main text.
site http://www.imperialgiftsnwares.com.au

Thankyou

includes/ templates/ your_own_template/ css/ stylesheet.css

Find the following delarations:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {stylesheet.css (line 224)
background-color:#996633;
color:#FFFFFF;
font-weight:bold;
height:1%;
margin-top:-1.5em;
width:100%;
}

Change to:
#navSuppWrapper, #navCatTabsWrapper
background-color:#996633;color:#FFFFFF;
font-weight:bold;
height:1%;
margin: .5em;
width:100%;
}

Add the following declaration right below this:
#navMainWrapper
background-color:#996633;
color:#FFFFFF;
font-weight:bold;
height:1%;
margin-top:-1.5em;
width:100%;
}

This is a quick little fix..

19 Apr 2008, 2:42 AM
#3
imperialis avatar

imperialis

Zen Follower

Join Date:
Apr 2008
Posts:
123
Plugin Contributions:
0

Re: Help!!! That white line

I was mucking around before you answered and I cant get my text back to black what did i do haha

19 Apr 2008, 3:00 AM
#4
imperialis avatar

imperialis

Zen Follower

Join Date:
Apr 2008
Posts:
123
Plugin Contributions:
0

Re: Help!!! That white line

While i'm at it, I have added an image for the top catergoy bar but it won't fit perfectly in the space I have tried resizing it and that doesnt work. Where on the style sheet can I change it so it will fit. minus the white line

19 Apr 2008, 3:02 AM
#5
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Help!!! That white line

imperialis:

I was mucking around before you answered and I cant get my text back to black what did i do haha

Bad, little boy, mommy is going to spank you...
Ozzy Osborne, A crack in the sky is a crack in the Window!!!

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #FFFFFF;
white-space: nowrap;
}

Change the red font above to 000000

19 Apr 2008, 3:05 AM
#6
imperialis avatar

imperialis

Zen Follower

Join Date:
Apr 2008
Posts:
123
Plugin Contributions:
0

Re: Help!!! That white line

it would be bad girl not boy haha
anyway we are back to black
I shall now try the white line removal

19 Apr 2008, 3:09 AM
#7
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Help!!! That white line

Sure, go ahead...
Now I am listen to Neil Diamond "I am, I said"

Nice looking site:smile:

19 Apr 2008, 3:13 AM
#8
imperialis avatar

imperialis

Zen Follower

Join Date:
Apr 2008
Posts:
123
Plugin Contributions:
0

Re: Help!!! That white line

Thanks still have a bit to go

19 Apr 2008, 3:17 AM
#9
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Help!!! That white line

Im
The answer to the white line is in Thread #2

19 Apr 2008, 3:26 AM
#10
imperialis avatar

imperialis

Zen Follower

Join Date:
Apr 2008
Posts:
123
Plugin Contributions:
0

Re: Help!!! That white line

I see it i don't know what to change now as I changed it to put the image in

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color #996633;
font-weight: bold;
color: #000000;
background: #ffffff url(../images/bar.jpg);
background-repeat: no-repeat;
height: 1%;
width: 100%;
}