I'm trying to figure out how to do the following grid with bootstrap for a search.
I have 4 "col-md-3" divs but under the last "col-md-3" div I want to have 2 cols under it with each occupying half of 'col-md-3" widths.
I want the two under the last col to be stacked together.
I could have used a five col width like whats here >> https://stackoverflow.com/a/22799354/8011344 but the contents under the last col divs just requires a small width like 12.5%
Any Ideas