I'm back to using dual arcades.
@Amaury25
Open the v3ARCADE_MAIN template and find:
Code:
<div style="float: <vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>; width: 200px">
Change that to:
Code:
<div style="float: <vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>; width: 250px">
Next find:
Code:
<div style="margin-<vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>: 210px">
Change that to:
Code:
<div style="margin-<vb:if condition="$vboptions['fliparcade']">left<vb:else />right</vb:if>: 280px">
You might need to play about with the 250 and 280 values but that should widen the sidebar.
Also, round about post #47 there is some discussion about resizing avatars (if needed)