Dear agencypoint!
Here is the soltuion to resolve your issue:
1) please open the file: templatesja_selenilayoutsblocksheader.php and remove the following codes:
[PHP]
<?php if($this->countModules(‘search’)) : ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”search” />
</div>
<?php endif; ?>
[/PHP]
2) Please open the file : templatesja_selenilayoutsblockstopsl.php and find codes:
[PHP]
<div class=”inner clearfix”>
<strong><?php echo JText::_(‘YOU ARE HERE’)?> </strong><jdoc:include type=”module” name=”breadcrumbs” />
</div>
[/PHP]
and replace:
[PHP]
<div class=”inner clearfix”>
<strong><?php echo JText::_(‘YOU ARE HERE’)?> </strong><jdoc:include type=”module” name=”breadcrumbs” />
</div>
<?php if($this->countModules(‘search’)) : ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”search” />
</div>
<?php endif; ?>
[/PHP]
3) Please open the file: /templates/ja_seleni/css/template.css and find codes:
#ja-search {
position: absolute;
bottom: 35px;
right: 10px;
}
and replace:
#ja-search {
bottom:4px;
position:absolute;
right:10px;
}
Good luck