Building a Joomla template using bootstrap.
I use 3 grids as follows:
<div class="row">
<div id="leftbar" class="col-xs-3">
<jdoc:include type="modules" name="leftbar" />
</div>
<div id="middle-content" class="col-xs-6">
<jdoc:include type="component" />
</div>
<div id="rightbar" class="col-xs-3">
<jdoc:include type="modules" name="rightbar" />
</div>
When a user presses on "Forum" on my website, they are taken to my Kunena forum. The issue is that said forum is loaded through the jdoc "component" which, even by hiding both leftbar and rightbar, is only "col-xs-6". I want it to stretch the entire site.
Is this something I can change in bootstrap, or is it a Joomla setting? The frontpage is 3-6-3 The forum is supposed to be 12