I tried to correct like p9939068 suggested in this topic before
http://www.joomlahacks.com/component/option,com_smf/Itemid,94/topic,2556.0
by replacing the original code with the
Code:
<?php if (mosCountModules( 'left' )) { ?>
<div id="left_outer">
<div id="left_inner">
<?php mosLoadModules ( 'left', -2 ); ?>
</div>
</div>
<?php } ?>
<div id="left_outer">
<div id="left_inner">
<?php mosLoadModules ( 'left', -2 ); ?>
</div>
</div>
<?php } ?>
and also tried with additional replace with:
Code:
<?php if (mosCountModules( 'right' )) { ?>
<div id="right_outer">
<div id="right_inner">
<?php mosLoadModules ( 'right', -2 ); ?>
</div>
</div>
<?php } ?>
<div id="right_outer">
<div id="right_inner">
<?php mosLoadModules ( 'right', -2 ); ?>
</div>
</div>
<?php } ?>
but the result is that the forum goes to left and still cannot fit the total width available! What's wrong? How can I correct my errors?
Here is my website forum's URL http://www.puntocina.com/component/option,com_smf/Itemid,84/
Hope you can help me, any suggestion will be appreciated, thank everybody in advance for the support.
Forum 







