You can follow my suggestion below
+ Open templates/ja_tiris/blocks/header.php file
from
<?php if($this->countModules('call-toll-free')) : ?>
<div id="ja-toll-free">
<jdoc:include type="modules" name="call-toll-free" />
</div>
<?php endif; ?>
change to
<?php if($this->countModules('slogan')) : ?>
<div id="ja-slogan">
<jdoc:include type="modules" name="slogan" />
</div>
<?php endif; ?>
<?php if($this->countModules('k2search')) : ?>
<div id="ja-k2search">
<jdoc:include type="modules" name="k2search" />
</div>
<?php endif; ?>
<?php if($this->countModules('call-toll-free')) : ?>
<div id="ja-toll-free">
<jdoc:include type="modules" name="call-toll-free" />
</div>
<?php endif; ?>
+ Open templates/ja_tiris/css/template.css file
add new script
#ja-slogan {
float: right;
font-size: 92%;
padding-right: 560px;
}
#ja-k2search {
float: right;
font-size: 92%;
padding-right: 320px;
}
+ Make both module appear with them
+ Clear cache from Admin area