Answer the question
In order to leave comments, you need to log in
How to make a side menu for mobile devices and a regular one for a standard display in Bootstrap 3?
Hello.
I want to make a left menu in Bootstrap 3 that expands for mobile phones, and normal for wider displays. Example .
Thank you.
Answer the question
In order to leave comments, you need to log in
Classes are set.
getbootstrap.com/examples/grid
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-6 col-xs-4"></div>
<div class="col-lg-4 col-md-4"></div>
<div class="col-lg-4 col-md-4"></div>
</div>
On Bootstrap this is done by the default navbar dude. If we don’t know how to search, then we take ready-made from native examples of the framework. getbootstrap.com/examples/navbar
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question