V
V
Valery Stolyarchuk2015-12-07 16:57:33
css
Valery Stolyarchuk, 2015-12-07 16:57:33

How to setup bootstrap grid in my case?

Hello!
Faced a problem in the bootstrap grid.
Image 1 - how it should be
Image 2 - how it is now
Image 3 - Code blocks
--------------------
how to solve this problem?
Thanks
02cb43768ce643b495392ed57459cc67.pnga59bfff727674d0aa5f8d71afafb3625.pngd0e851854fed4af3817a43968ef0ea24.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nicholas, 2015-12-07
@Xvento

Make 2 columns instead of one.

<div class='row'>
 <div class='col-lg-6'>
 /*здесь внутренние блоки первой колонки*/
 </div>
 <div class ='col-lg-6'>
 /*здесь внутренние блоки второй колонки*/
 </div>
</div>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question