Hi,
is it possible to have 4 columns at top1 position instead of 3?
Thanks
<section id="gkTop1" class="gkCols3
<section id="gkTop1" class="gkCols4
<?php if($this->API->modules('top1')) : ?>
<section id="gkTop1" class="gkCols3<?php if($this->API->modules('top1') > 1) : ?> gkNoMargin<?php endif; ?>">
<div>
<jdoc:include type="modules" name="top1" style="<?php echo $this->module_styles['top1']; ?>" modnum="<?php echo $this->API->modules('top1'); ?>" modcol="3" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('top1')) : ?>
<section id="gkTop1" class="gkCols4<?php if($this->API->modules('top1') > 1) : ?> gkNoMargin<?php endif; ?>">
<div>
<jdoc:include type="modules" name="top1" style="<?php echo $this->module_styles['top1']; ?>" modnum="<?php echo $this->API->modules('top1'); ?>" modcol="4" />
</div>
</section>
<?php endif; ?>