Hi laloma !
you do it following steps below :
1.Open index.php file in templates/ja_drimia folder , find following code section at about line 96 :
<?php if ($this->countModules('user4')) { ?>
<div id="ja-search">
<jdoc:include type="modules" name="user4" style="raw" />
</div>
<?php } ?>
change to :
<?php if ($this->countModules('user8')) { ?>
<div id="ja-lan">
<jdoc:include type="modules" name="user8" style="raw" />
</div>
<?php } ?>
<?php if ($this->countModules('user4')) { ?>
<div id="ja-search">
<jdoc:include type="modules" name="user4" style="raw" />
</div>
<?php } ?>
2. Open template.css file in templates/ja_drimia/css folder , add following code section to it :
#ja-lan {
display:block;
height:22px;
position:absolute;
right:180px;
top:20px;
width:200px;
}
3. YOu install joomfish for your site and assign joomfishselect module to “user8” position.