Hi
1. Go to your template and click on edit html
2. Add the following ocde directly above the <–Main Navigation–> heading in the html like so
<?php if ( $this->countModules(‘banner’) ) { ?>
<div id=”ja-banner”>
<jdoc:include type=”modules” name=”banner” style=”raw” />
</div>
<?php } ?>
<!– Main Navigation –>
3. Using your ftp goto your Ja-Lead folder and download templateDetails.xml file
4. open your file in a text editor and scroll half way down and add this code under positions <position>banner</position>
5. I found that banner was already there
6. Now go back into your module manager, add new module, click on banner and give it the banner position.
7. you will now see a banner in the desired area above the nav bar to the right.
8. I had to tweak my css to get exactly where I wanted it but it was all good.
I hope this helps you with adding the banner