How I put modules side by side in position botton3? When I published modules HTML it was stacked. I did table on place, but don't work good on mobile screem.
My website: www.viagemdemoto.com
Thanks
<?php if($this->API->modules('bottom3')) : ?>
<section id="gkBottom3" class="gkPage">
<div class="gkCols6<?php if($this->API->modules('bottom3') > 1) : ?> gkNoMargin<?php endif; ?>">
<jdoc:include type="modules" name="bottom3" style="<?php echo $this->module_styles['bottom3']; ?>" modnum="<?php echo $this->API->modules('bottom3'); ?>" />
</div>
</section>
<?php endif; ?>
<?php if($this->API->modules('bottom3')) : ?>
<section id="gkBottom3" class="gkPage">
<div class="gkCols4<?php if($this->API->modules('bottom3') > 1) : ?> gkNoMargin<?php endif; ?>">
<jdoc:include type="modules" name="bottom3" style="<?php echo $this->module_styles['bottom3']; ?>" modnum="<?php echo $this->API->modules('bottom3'); ?>" modcol="4" />
</div>
</section>
<?php endif; ?>