New position

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Jun 22, 2014 3:17 pm
Reply with quote
Report this post
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
User avatar
Expert Boarder

teitbite
Sun Jun 22, 2014 8:47 pm
Reply with quote
Report this post
Hi

Please try add this to override.css and make sure override is enabled in template settings:

Code: Select all
#gkBannerTop2 .box {
float: left;
}
User avatar
Moderator

GK User
Sun Jun 22, 2014 9:18 pm
Reply with quote
Report this post
Dear Sir,

I tried to add the code in override.css and enabled it in the template setting, but does not work :?
User avatar
Expert Boarder

teitbite
Mon Jun 23, 2014 2:36 pm
Reply with quote
Report this post
Hi

Please show me Your site.
User avatar
Moderator


cron