html - 6-6 pane with 6-3-3 underneath -
i need this:
but looks this:
they aligned. know how 3-3 underneath "jouw nieuws" without getting aligned, on first screenshot?
that work if choose go 2 column layout, second column having full width 1 column first row, followed 2 column second row.
here rough example:
<div class="container"> <div class="row"> <div class="col-md-6"> <div class="col-md-12"> lorem ipsum col 1-1 text </div> <div class="col-md-12"> lorem ipsum col 1-2 text </div> </div> <div class="col-md-6"> <div class="col-md-12"> lorem ipsum col 2 text </div> <div class="col-md-6"> sub col 1 </div> <div class="col-md-6"> sub col 2 </div> </div> </div> </div>
https://jsfiddle.net/sygfczeq/1/
this example uses bootstrap, should work grid system.
Comments
Post a Comment