Why is my roots nav menu expanded by default on smaller screens?

I’m struggling to figure out why my nav menu in a roots based theme (created before sage was released) is expanded by default when I reduce the viewport size.

I’ve been trying to compare the markup to http://getbootstrap.com/components/#navbar-default and can’t see an obvious reason. Example is at http://staging.techster.eu

To reproduce, reduce the browser window width until the menu toggle appears - the menu is expanded by default.

Any pointers gratefully received.

I think this was due to commented components in my _bootstrap.less

@import "../vendor/bootstrap/less/component-animations";

seems likely.

This topic was automatically closed after 60 minutes. New replies are no longer allowed.