Dear pthanos!
May be here is the solution for you
Pls open the file templates/ja_labra/index.php and remove the following codes:
[PHP]
<?php if($this->countModules(‘user5’)) : ?>
<!– BEGIN: TOPSPOTLIGHT –>
<div id=”ja-topslwrap”>
<div id=”ja-topsl”>
<jdoc:include type=”modules” name=”user5″ style=”raw” />
</div>
</div>
<!– END: TOPSPOTLIGHT –>
<?php endif; ?>
[/PHP]
and find codes:
[PHP]
<div id=”ja-contentwrap”>
[/PHP]
and replace:
<div id=”ja-contentwrap”>
<?php if($this->countModules(‘user5’)) : ?>
<!– BEGIN: TOPSPOTLIGHT –>
<div id=”ja-topslwrap” class=”clearfix”>
<div id=”ja-topsl”>
<jdoc:include type=”modules” name=”user5″ style=”raw” />
</div>
</div>
<!– END: TOPSPOTLIGHT –>
<?php endif; ?>
Good luck