hi,
i wanna to get rid of the mainbody layer. i set up the template with mainbody position
mainbody position: no mainbody, no content or module in mainbody, but the white stripe
(look at the graphic) stays on stage. I can only can rid of it, if I delete the
<div id="gk-container">
<div class="static clearfix">
<div id="gk-mainbody" style="width:<?php echo $this->getColumnWidth('mw') ?>%">
<?php $this->loadBlock('main') ?>
<?php $this->loadBlock('left') ?>
</div>
<?php $this->loadBlock('right') ?>
</div>
</div>
in layouts/default.php
nice greetings