.left_300 {width: 316px;}
I you trying to add:
/ layouts / blocks / left.php
- Code: Select all
<?php if($this->modules('left_top + left_bottom + left_left + left_right')) : ?>
<div id="gkLeft" class="gkMain gkCol" <?php if($this->getParam("cwidth_position", '') == 'style') echo "style=width:".$gkLeft; ?>>
<?php if($this->modules('left_300')) : ?>
<div id="gkLeftTop" class="gkMain">
<jdoc:include type="modules" name="left_300" style="<?php echo $this->module_styles['left_300']; ?>" />
</div>
<?php endif; ?>
<?php if($this->modules('left_top')) : ?>
<div id="gkLeftTop" class="gkMain">
<jdoc:include type="modules" name="left_top" style="<?php echo $this->module_styles['left_top']; ?>" />
</div>
<?php endif; ?>
But does not work: (
Thanks in advance for your help