Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • carlosemuralles JATC
    #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.


    1. site
    chavan Friend
    #529096

    I 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]

    carlosemuralles JATC
    #529117

    Thanks for your great help! 🙂

Viewing 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