-
AuthorPosts
-
April 1, 2014 at 11:32 pm #196361
Hi,
I added a new module position in the header of my site, but I need to add it at right of the other module, as you can see in the image.
Tried to change the custom.css and modules less, and nothing works, allways appears under the bannertop module.
Please help.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
April 2, 2014 at 2:23 am #529096I have fixed it by making some changes on this file: /templates/ja_fubix/tpls/blocks/header.php
[PHP]<?php if ($this->countModules(‘bannertop’)>0 || $this->countModules(‘bannertop2’) > 0) : ?>
<div class=”container”>
<!– Bannertop –>
<?php if ($this->countModules(‘bannertop’)) : ?>
<div class=”span10<?php $this->_c(‘bannertop’)?>”><jdoc:include type=”modules” name=”<?php $this->_p(‘bannertop’) ?>” style=”bannerraw” />
</div>
<?php endif ?>
<!–//Bannertop –><!– Bannertop2 –>
<?php if ($this->countModules(‘bannertop2’)) : ?>
<div class=”span2<?php $this->_c(‘bannertop2’)?>”>
<jdoc:include type=”modules” name=”<?php $this->_p(‘bannertop2’) ?>” style=”bannerraw” />
</div>
<?php endif ?>
<!–//Bannertop2 –>
</div>
<?php endif ?>[/PHP]1 user says Thank You to chavan for this useful post
April 2, 2014 at 4:34 am #529117Thanks for your great help! 🙂
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by carlosemuralles 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Need to position a new module at the right
Viewing 3 posts - 1 through 3 (of 3 total)