Ok.. let’s try
file in templates folder: htmlcom_contentfrontpagedefault.php
find [php]<?php $introcount = min($this->total – $i, $this->params->def(‘num_intro_articles’, 4));[/php]
insert BEFORE [php]
<?php if($this->countModules(‘articlemid’)) : ?>
<div class=”ja-articlemid”>
<jdoc:include type=”modules” name=”articlemid” />
</div>
<?php endif; ?>[/php]
please note:
articlemid – is the name of the position. assign any module to this position (also you can change position name)
class=”ja-articlemid” – is a new CSS class, add style to template.css if it’s necessary.
PS. I haven’t tested this solution. Pls make back-ups!!!