I would like to have more than 3 modules horizontal at top1 position. At the moment the fourth module breaks to the next line.
I assume it is something which is not css, so do you have a hint where I can change this from 3 to 4?
Thanks!
<?php if($this->API->modules('top2')) : ?>
<section id="gkTop2" class="gkCols3">
<div>
<jdoc:include type="modules" name="top2" style="<?php echo $this->module_styles['top2']; ?>" modnum="<?php echo $this->API->modules('top2'); ?>" modcol="3" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('top2')) : ?>
<section id="gkTop2" class="gkCols4">
<div>
<jdoc:include type="modules" name="top2" style="<?php echo $this->module_styles['top2']; ?>" modnum="<?php echo $this->API->modules('top2'); ?>" modcol="3" />
</div>
</section>
<?php endif; ?>