That does what I need.
Only thing I did different is margin-left: 0px because for some reason
the div containing the footer is shifted.
css I used for layout is:
div#nav-footer {
text-align:center;
margin-left: 0px;
}
div#nav-footer .nav .nav-pills {
margin-top: 0px; /* 2/10/12 not same as header nav */
text-align:center;
width: auto;
}
div#nav-footer .nav-pills {
display:inline-block;
/* IE hasLayout hack */
zoom:1;
*display:inline;
}
This works well enough for the short term.
I plan to work on figuring out the navbar and collapse etc.
Presently what I have messes up the collapsed nav etc.
I'm using non-fluid containers and rows etc, fewer bugs/issues.
Thank you!!! :) :) tom