PDA

View Full Version : Spacing words/items in navbar


Stumpy
Jan-15-2009, 12:35 PM
My navbar feels cramped, is there a way to add some space between the items?

Thanks in advance,
Steve Keller
www.kellerphotographic.com

jfriend
Jan-15-2009, 12:43 PM
In your CSS, increase the number in red below:

#navcontainer ul li a {
text-decoration: none;
padding: 0px 3px;
color: #95B9C7;
}