The
navbar & subnavbar code is in header.php.
If you need to display a few more pages on the
navbar, adjust the following css (in style.css):
- Code: Select all
#nav a {style.css (line 175)
color:#FFFFFF;
display:block;
font-weight:bold;
margin:0 0 0 0;
padding:5px 10px 6px;
}
- Code: Select all
#nav a:hover {style.css (line 183)
background:#000000 url(images/navhov.gif) repeat scroll 0 0;
color:#FFFFFF;
display:block;
margin:0 0 0 0;
padding:5px 10px 6px;
text-decoration:none;
}
Adjust the 10px settings for padding on both to get the spacing you want. I changed teh 20px right margin to 0 in both definitions.