Hello Daniel!
Please open the file templatesja_rutileindex.php and find codes at line 84
<ul class=”accessibility”>
and replace:
<div id=”ja-global-wrapper”>
<ul class=”accessibility”>
2) find codes at line 259
<jdoc:include type=”modules” name=”debug” />
replace
</div>
<div id=”extra-right”>
<div class=”ja-innerpad”>
<jdoc:include type=”modules” name=”extra-right” style=”jarounded” />
</div>
</div>
<jdoc:include type=”modules” name=”debug” />
3) please open the file: templatesja_rutilecsstemplate.css and try to find codes at line 25:
body#bd {
color: #000000;
margin-top: 5px;
background: #F1F1F1;
}
body#bd {
color: #000000;
margin-top: 5px;
background: #F1F1F1;
width:1270px;
}
4) find codes at line 499:
#ja-wrapper {
width: 970px;
margin: 0 auto;
}
Replace:
#ja-wrapper {
width: 970px;
/* margin: 0 auto; */
}
#ja-global-wrapper {
float:left;
width:970px;
}
#extra-right{
background:blue;
float:right;
width:300px;
}
B) after made done, you put modules on the “extra-right” position.
good luck
ps: please back your files before customizing.