I'm used to using bootstrap classes for responsive columns in my articles:
<div class="row">
<div class="col-md-4"> </div>...
or
<div class="row">
<div class="span1"> </div>...
Neither of these seem to work in my RockWall template. Is there another class I should be using?