Hello,
I am simply trying to make some modifications to the template to remove the sidebar and have the remaining content flow across the page.
I have removed the side bar from the mainbody-home page but the 3 spotlight columns are still pushed to the right. There must me another area I need to modify.
Thanks
// positions configuration
// detect layout
?>
<div id=”t3-mainbody” class=”container t3-mainbody” >
<div class=”main-container”>
<div class=”row”>
<!– MAIN CONTENT –>
<div id=”t3-content” class=”t3-content col-xs-12 col-sm-8 col-sm-push-4 col-md-9 col-md-push-3″>
<?php if($this->hasMessage()) : ?>
<jdoc:include type=”message” />
<?php endif ?>
<?php if ($this->checkSpotlight(‘spotlight-1’, ‘position-1, position-2, position-3’)) : ?>
<!– SPOTLIGHT 1 –>
<?php $this->spotlight(‘spotlight-1’, ‘position-1, position-2, position-3’) ?>
<!– //SPOTLIGHT 1 –>
<?php endif ?>
<jdoc:include type=”component” />
<?php if ($this->checkSpotlight(‘spotlight-2’, ‘position-4, position-5, position-6’)) : ?>
<!– SPOTLIGHT 2 –>
<?php $this->spotlight(‘spotlight-2’, ‘position-4, position-5, position-6’) ?>
<!– //SPOTLIGHT 2 –>
<?php endif ?>
</div>
<!– //MAIN CONTENT –>