Fix Hide Customization button. Find:
HTML Code:
<form action="{vb:link member, {vb:raw userinfo}}" method="get" id="profile_swap_form">
Add
HTML Code:
style="display:inline;"
__________________________________________________ ____________
Move status circle, find:
HTML Code:
<span class="member_status">{vb:raw prepared.onlinestatus}</span>
Add
HTML Code:
style="position:relative;left:5px;"
^Match the 5px to whatever you specified for the username
__________________________________________________ _____________
Since the pencil icon and the button exist in the same div, the browser centers it as one entire section, so it will look as if the button is off-centered. You can try giving a lesser padding amount here:
HTML Code:
<img style="float:right;padding-right:10px" src="{vb:stylevar imgdir_button}/edit_40b.png" alt="{vb:rawphrase edit_user_profile}" />