You copy the file: /plugins/system/jat3/base-themes/default/blocks/header.php to templates/ja_android/blocks
and then you open this that file and find:
[PHP]
<?php if($this->countModules(‘search’)) : ?>
[/PHP]
replace:
[PHP]
<div class=”ja-topbanner”>
<jdoc:include type=”modules” name=”topbanner” />
</div>
<?php if($this->countModules(‘search’)) : ?>
[/PHP]
and add the following code into the template.css file:
.ja-topbanner{
width:300px;
height:80px;
background:red;
position:absolute;
top:50px;
right:0;
}
when done you have a new position, its name is topbanner, you will put your modules on there