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