Can I alter the way Bootstrap places columns?
问题 I am looking for a way to make a row with 8 col-md-6 divs display in a different way than usual. How bootstrap normally does it: How I want it: The number columns is dynamic so it can exceed 20 for example and be a uneven number. Code: <div class="row"> {foreach from=$item.Opties|default:array() name=optie item=optie key=key} <div class="col-md-6"> test {$optie@iteration} (normally there is more code in here) </div> {/foreach} </div> I have tried: order-md-* but for this solution i need to