M
M
misc12014-10-08 14:01:40
css
misc1, 2014-10-08 14:01:40

How to make two columns (sidebar + content) in bootstrap?

Actually, subject. That is, I need something like this:
9GCfNa8.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kapitansen, 2015-03-12
@misc1

for example like this:

<div class="container">
  <div class="row">
    <div class="col-md-4">sidebar</div>
    <div class="col-md-8">content</div>
  </div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question