I want to get more control over the bootstrap classes on aside(s)/main content container.
bootstrap/themes/system/page.tpl.php has the aside classes hardcoded (col-sm-3) and in bootstrap/themes/system/page.vars.php there is logic that adds a class to the main content container depending on whether there is one sidebar, two sidebars or no sidebars (col-sm-6, col-sm-9, col-sm-12 respectively).
I want to get more control over the bootstrap classes on aside(s)/main content container.
bootstrap/themes/system/page.tpl.php has the aside classes hardcoded (col-sm-3) and in bootstrap/themes/system/page.vars.php there is logic that adds a class to the main content container depending on whether there is one sidebar, two sidebars or no sidebars (col-sm-6, col-sm-9, col-sm-12 respectively).