I\'d like to add one of those buttons that are shown when on mobile device in order to open the collapsed menu in the navbar, but haven\'t been able so far, here\'s the less cod
Add a custom class to your navbar-toggle, like navbar-toggle-visible and then add this rule to your css
@media (min-width: 768px) { .navbar-toggle-visible { display: inline; }