M
M
Max Maximov2014-09-03 18:38:56
css
Max Maximov, 2014-09-03 18:38:56

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

3 answer(s)
A
akarin, 2014-09-03
@maximka19

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>

A
Alexander Zachinalov, 2014-09-03
@SanDiesel

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

L
lynnikvadim, 2016-02-09
@lynnikvadim

itchief.ru/lessons/bootstrap-3/bootstrap-3-custom-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question