|
|
|
|
|
by sushi
4639 days ago
|
|
If your column comes before in HTML then it will come before when everything is stacked up in mobile resolutions. The behavior to hide something is of course customizable. Bootstrap comes with certain classes [0] which can hide the content on mobile screens and show on desktop. [0]: http://getbootstrap.com/css/#responsive-utilities |
|
The link above does suggest why the navigation bars collapse too soon sometimes (and sometimes too late). The collapse event is tied to the horizontal resolutions at 768, 992 and 1200 px, and does not depend on how much width the navigation bar actually needs (such that it is collapsed only when space available for it is too small).
I wonder why things are built this way though.