Hi Wall,
I think that you can replace the postion "user11" by some other positions.
Example: Four new positions such as bottoma, bottomb, bottomc, bottomd
Please open the main-right.xml in "your_site/templates/smart_news25/layouts", finding:
<spotlight2 order="9" id="yt_new2wrap">
<positions>
<position height="" width="" style="ytmod" type="modules">user11</position>
<position height="" width="180px" style="ytmod" type="modules">user12</position>
</positions>
</spotlight2>
change to:
<spotlight2 order="9" id="yt_new2wrap">
<positions>
<position height="" width="width1" style="ytmod" type="modules">bottoma</position>
<position height="" width="width2" style="ytmod" type="modules">bottomb</position>
<position height="" width="width3" style="ytmod" type="modules">bottomc</position>
<position height="" width="width4" style="ytmod" type="modules">bottomd</position>
<position height="" width="180px" style="ytmod" type="modules">user12</position>
</positions>
</spotlight2>
In which, width1 + width2 + width3 + width4 + 180px = width of template.
After that, you can assign modules to the new positions.
Thanks