How do I get rid of the white line between the header and main text.
site http://www.imperialgiftsnwares.com.au
Thankyou
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..
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I was mucking around before you answered and I cant get my text back to black what did i do haha
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
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
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
it would be bad girl not boy haha
anyway we are back to black
I shall now try the white line removal
Sure, go ahead...
Now I am listen to Neil Diamond "I am, I said"
Nice looking site![]()
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
Thanks still have a bit to go
Im
The answer to the white line is in Thread #2
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
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%;
}