0

Using Bootstrap, what will be the best way to achieve this type of layout. These posts are in a loop and should display on a page of 16.

Thanks in advanceenter image description here

UPDATE Thanks to Dublin (comment) directing me to the correct CSS layout

This is what I came up with, if it can help other `

      <?php if($count == 2 || $count == 4 || $count == 6|| $count == 8|| $count == 10|| $count == 12 || $count == 14){?>
      </div>

      <?php }?>`
wp supprt
  • 91
  • 1
  • 1
  • 7
  • are you looking for something like this: [equal height columns](http://getbootstrap.com.vn/examples/equal-height-columns/)? if example couldn't help, update question with your markup or create [jsfiddle](https://jsfiddle.net/) – Igor Ivancha Apr 25 '16 at 17:39
  • 1
    that can be easily achieved using nested columns [Bootstrap combining rows (rowspan)](http://stackoverflow.com/questions/16351404/bootstrap-combining-rows-rowspan) – Daniel Arechiga Apr 25 '16 at 17:40

1 Answers1

0

I would put the first two 'top' elements in a row div. Then add the second smaller one with a pull-right in the class. Just pull-left on the large div in the second row and then pull-right on the second smaller one. Here's what I'm talking about in pretty colors