Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Small line on header

Small line on header

Locked

Views: 1,283

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
8 Nov 2006, 4:14 PM
#1
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Small line on header

Any idea how to remove this small green line on this template..?

10 Nov 2006, 9:33 AM
#2
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Small line on header

Sure... find this in your stylesheet.css;

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

Adjust the padding value in red, maybe to 0.3 or to your liking. :yes: