autonav CSS full width

Permalink
Hi
Does anyone know any CSS tricks to get the autonav layout to space the nav buttons equally apart but also fill the full width of a container 940px in bootstrap. If I add more pixels i get wrap around on some browsers.

I have attached an example where I am about 2px out from the right and not sure this is even possible.

any help appreciated :)

1 Attachment

Responsive
 
tallacman replied on at Permalink Reply
tallacman
Have you tried percentages?
Steevb replied on at Permalink Reply
Steevb
Not sure about your particular set up, but:

Usually 'margin:0 auto' with 'width' helps on an 'li' or 'a'.

More info might help.