So what I'm trying to achieve is that. When the page first loads, I want this to be displayed:
col-md-6 | col-md-3 | col-md-3
But when the window is resized (or when viewed on smaller screen devices), I want to have
col-md-4 | col-md-4 | col-md-4
Is there a way to do this using Bootstrap without CSS hackery?