To move the banner over . . .
Within file path –> /plugins/system/jat3/jat3/base-themes/default/css/template.css
at line 847, modify as follows:
<blockquote>div.bannergroup {
margin-bottom: -5px;
margin-right: 5px;
}
</blockquote>
Of course, you can use whatever pixel value for the “margin-right” property you wish.
You will also need to modify the background color for the “search” position, which you can find within the following file path . . .
/templates/ja_teline_iii/css/template.css … at line 177
<blockquote>#ja-search, .moduletable_search .ja-box-ct {
background: none repeat scroll 0 0 #682725;
padding: 0 !important;
right: 0;
}
</blockquote>
Hope That Helps