Quote Originally Posted by lankeeyankee View Post
I have another question for you, Jade.

I'm trying to add another link in the header. I've found where to add it in mytemplate/common/header.php but when I add it another link drops off as if there is a setting to allow only 5 links or for the links to span only a certain amount of the header. I see that at a monitor resolution of 800 there is no room for another link, but since I have the minimum width set to 1000px in the stylesheet there looks to be ample room for more than 1 extra link. I'm sure there is something very logical that is staring me in the face but I'm missing it I guess.

If it's no doable to add another link the way it's spaced now, how would I move the links closer together so there's room to add one more link?

Thanks again for your time!

Matt
Change the width of navMain:

#navMain {
float: right;
width: 610px;
line-height: normal;
}

and also you can adjust the padding in and around the navMain section if needed.