Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mjamal Friend
    #150674

    Hi,

    I would like to insert, in user 4 position, two modules side by side, but I can’t, can you help me, please?

    See my web: http://ladynitro.com/

    Thanks!

    Saguaros Moderator
    #341992

    Dear mjamal

    Please open the file: templatesja_zincindex.php

    and find codes:
    [PHP]
    <?php if ($this->countModules(‘user4’)) { ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”raw” />
    </div>
    <?php } ?>
    [/PHP]

    and replace:
    [PHP]
    <?php if ($this->countModules(‘user4’)) { ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”raw” />
    </div>
    <?php } ?>
    <div id=”extra-top”>
    <jdoc:include type=”modules” name=”extratop” style=”raw” />
    </div>
    [/PHP]

    and add the following css into the template.css file:

    #extra-top{
    position:absolute; right:220px; top:7px
    }

    You ‘ll the the module into the extratop position

    Good luck

    mjamal Friend
    #342110

    Thank you very much Tiench!!!
    It works perfectly.
    Good luck!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  mjamal 14 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum