Creating an intranet website for a client which functions similar to a Facebook or Twitter feed. The layout includes three columns using Bootstrap's grid system.
The first column serves as a navigation sidebar, while the other two columns should display posts in the following order:
1 2
3 4
5 6
Show more...
Having difficulty making Wordpress posts span across both columns. Currently, each post is placed in a div, resulting in stacked divs with large spaces between bigger posts.
Here is the current display of content:
https://i.sstatic.net/6FjJv.png
Desired display:
https://i.sstatic.net/KDoXX.png
Thank you in advance for your assistance.