Hi
To change the width of your module go to Extensions – Template Manager – Ja_Norite Default – LAYOUTS tab and edit the default Layout Boottom Block in this way
<blocks name="bottom" style="xhtml">
<block name="topsl" type="spotlight" style="jarounded" main-inner="1" special="right" specialwidth="39">user1,user2,user3</block>
<block name="botsl" type="spotlight" main-inner="1">user8,user9,user10</block>
<block name="footer" type="footer"></block>
</blocks>
Remove the part in RED – so the new layout will be the one showed below
<blocks name="bottom" style="xhtml">
<block name="topsl" type="spotlight" style="jarounded" main-inner="1">user1,user2,user3</block>
<block name="botsl" type="spotlight" main-inner="1">user8,user9,user10</block>
<block name="footer" type="footer"></block>
</blocks>
Regards