tags:

views:

31

answers:

3

http://joe-riggs.com/chip/about/

I'm trying to get rid of the break in the 1px border to the right of the logo. Currently I have added two padding li to the left and right of the real links. I'm now thinking that may not have been the best way to go.

Any suggestions? Thanks-

A: 

Have you tried to change the width of class="filler-left?

fergNab
yes, if I go any wider it creates a second line below the links - it wraps.
jriggs
A: 

You can do:

#nav li:first-child { margin-left: 250px; }
Sagi
not quite: http://imgur.com/fDmhf.png
jriggs
+1  A: 

Try removing margin-left from div.nav-links.

Sam Dark
Thanks man. Did this and increased left buffer width.
jriggs