<em>@insiyah52 324360 wrote:</em><blockquote>When I disable a module it simply does not show up. How do I collapse the modules? That may not be the correct terminology I apologize. An example would be in a row of user1 – 5, I disable user2, user3, user4 and user5 positon. So user1 would expand the full length. In JA Ironis the other positions are simply turned off and user1 does not expand. Anyone have any ideas? This never happened in any of the other JA templates I’ve used.
Also, if a moderator has a good link for a tutorial to create your own module position, please post.
Thanks,
Insiyah</blockquote>
Hi Insiyah,
You go to your template back-end >> LAYOUTS tab you go to edit your active layout (maybe the Default layout ) you would see this defined tag
<block name=”topsl” type=”spotlight” wrap-inner=”1″>user1,user2,user3,user4</block>
You can add a totalwidth attribute here totalwidth=”auto”
<block name=”topsl” totalwidth=”auto” type=”spotlight” wrap-inner=”1″>user1,user2,user3,user4</block>
I hope this would help !