<em>@luciffere 324138 wrote:</em><blockquote>How can i sett the custom width for modules? “User 1” i need 75% and “user 2″ 25%?
What is the ‘main-inner=”val”‘ from <block name=”topsl” type=”spotlight” main-inner=”2″> and what are all val who i can set?
What is the type=”spotlight” ?
Thank you.</blockquote>
if you have only user1 and user2 module position on that place so the defined block tag should be
<block name=”topsl” type=”spotlight” main-inner=”1″>user1,user2</block>
you can define a special width size for the user1 (or left) and user2 (or right) by just adding special and specialwidth attributes to that tag, for example
<block name=”topsl” special=”left” specialwidth=”25″ type=”spotlight” main-inner=”1″>user1,user2</block>
That would force the user1 position display in 25% width.
hope you got the ideal !