I'm using Bootstrap with the Slate theme here: http://bootswatch.com/slate/
When jumping to different anchors on the same page, it's offset and doesn't go to the exact content section it should (or not display right).
For example: http://bootswatch.com/slate/#nav
This is intended to jump to the "Navs" section and it almost does, but it's slightly offset down and you cannot see the title.
I'm experiencing the same issue on my own site with this theme, how can I fix this anchor issue?
I'm doing the basic:
<a href="#nav">Jump to Nav</a>
...
<a id="nav">Navs</a>