|
|
|
|
|
by alok-g
4639 days ago
|
|
Are you saying (reminder, newbie here :-)) that it is possible to have a column come before in HTML and still appear right on the screen? Else, this means it is not possible to change the order in which the columns stack beyond what can be achieved using a nested grid. 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. |
|
In terms of navigation, it is tied to resolution because it's easier to change code than to change devices owned by your users :)