Any CSS/JS wizards out there want to help me out on the doc site?

Hoping someone might like to help with this --

We're using the Sphinx bootstrap theme -- which I like the way it
looks a lot -- and want to keep. However, the nav bar at the top is
giving some trouble on a few pages

(A) when there are too many menu options (say, on the module page),
it doesn't scroll or anything, so the navigation is rendered useless
-- especially a problem on netbooks.

(B) when clicking on an option the navbar obscures the first part of
the text you just clicked on, which is a bit confusing

Anyone want to try their hand at getting rid of the nav bar and
replacing it with something more functional? It's pretty easy to
remove the navbar from the layout.html file in Sphinx and move the
"fork me on github" icon back to the top by fixing the padding -- but
I need something to replace the navigation that is there.

--Michael

Try with:

----8<--------8<--------8<--------8<--------8<--------8<----
.localtoc .dropdown-menu {
  width: 480px;
  max-width: 480px;
}

.localtoc .dropdown-menu li {
  float: left;
  width: 160px;
}
----8<--------8<--------8<--------8<--------8<--------8<----

This put menu on 3 cols. Sorry but is yust a test from a browser and i
think can require some othere test :wink:

Bye
       Marco