Dear Sirs,
I created a new "bannertop2" following your guide and everything works very well. But I want to implement the system you use in the "bottom2" where the modules are displayed in a horizontal position while the modules created by me puts one under the other (vertical).
How do I position the modules horizontally?
Codice insert in: template -> gk_news - > layouts - > default.php
<?php if($this->API->modules('bannertop2')) : ?>
<section id="gkBannerTop2">
<div class="gkPage">
<jdoc:include type="modules" name="bannertop2" style="<?php echo $this->module_styles['bannertop2']; ?>" />
</div>
</section>
<?php endif; ?>
with best regards,
Walter