I am working on a Boostrap v3 project that requires a responsive infographic style page.
I cannot figure out how to do this the way i need to. I have had limited success in spanning a single row but cannot get the layout working the way it needs (shown in the picture with this post).
Does anyone have a suggestion on how to achieve the desired layout pictured please? (if it is even possible bootstrap grid layout).
It’s my attempt. Please check: http://codepen.io/glebkema/pen/LZRjNg
I think You can create a div container with all 12 grid element and then create a table inside that div.
in table using colspan and rowspan you can find your desired functionality.