Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Nav Bar text padding?

Nav Bar text padding?

Locked

Views: 912

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
3 Oct 2006, 1:31 PM
#1
tsaurus avatar

tsaurus

New Zenner

Join Date:
Jul 2006
Location:
Perth Australia
Posts:
30
Plugin Contributions:
0

Nav Bar text padding?

Hi guys

Just another quick question,

Where can I find the code to adjust the padding for these texts? (please see attached image)

They are out of alignment and too close to the edge of the border and I want to adjust the padding to fix that.

Thanks in advance

url: https://www.goodair.com.au

3 Oct 2006, 3:11 PM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Nav Bar text padding?

in you stylesheet.css find the following code:

#navMain ul, #navSupp ul, #navCatTabs ul {
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
text-align: center;
}

adjust the portion in red to suit your needs.