I want to add a module left to the “ja-slideshow” module. I know there are lots of threads with this subject. But I can’t get it to work with JA-Topaz.
The red area should be a module, but there is just the background: http://www.edv-center.de/2011/
This is what I have changed/added to index.php:
<!-- TOP SPOTLIGHT -->
<div id="ja-topsl" class="wrap">
<div class="main">
<div id="ja-slideshow-left">
<jdoc:include type="modules" name="ja-slideshow-left" style="raw"/>
</div>
<div class="inner clearfix">
<div id="ja-slideshow">
<jdoc:include type="modules" name="ja-slideshow" style="raw" />
</div>
</div>
</div>
<!-- //TOP SPOTLIGHT -->
Also added/changed this to template.css
/* JA Slideshow */
#ja-slideshow {
float: right;
margin: 0;
padding: 0;
width: 65%
}
#ja-slideshow-left {
float: left;
width: 35%;
}