I think it is behaving responsively. At 979/980px it is changing the navbar to the 3-bar button which is a feature of Twitter Bootstrap.
I’m currently working on a Navbar Guide where that will be explained further. Hope to publish within a week if I can.
Or did you mean something else?
I mean that the links goes on two rows and the navbar box slides down a bit on the slider. Is there a way to keep it always on the same level and on one row? Or other option, to put the scroll down menu in tablet view like in mobile display? did you understand what I mean? 🙂
OK, you need to understand the @media statement.
Then you can adjust margin/padding of menu items in the offending viewport(s).
Tablet can mean several different dimensions these days. I tend to use Resizer to test them.
Did you ever try Firebug which will allow you to test changes in realtime.
Ok I will check that out, thank you for the help!