now, you open the file: templatesja_leadindex.php and find the following code:
you find:
[PHP]
<?php if ( $this->countModules(‘ja-slideshow’) ) { ?>
[/PHP]
and replace:
[PHP]
<div id=”ja-extra” class=”wrap”>
<div class=”main clearfix”>
<div class=”left”> <jdoc:include type=”modules” name=”extra-left” style=”raw” /></div>
<div class=”right”> <jdoc:include type=”modules” name=”extra-right” style=”raw” /></div>
</div>
</div>
<?php if ( $this->countModules(‘ja-slideshow’) ) { ?>
[/PHP]
and add the following css into the template.css file:
#ja-extra .right, #ja-extra .left { height:120px; margin:15px 0; }
#ja-extra .right { float:right; width:30%; background:red; }
#ja-extra .left { float:right; width:69.8%;}
when done, the template will have 2 new positions: extra-left and extra-right, you will put the mini basket module on the “extra-right” position, other is put on the “extra-left” position