Alternate you could do this:
Find in the postbit legacy
Code:
{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a>
</vb:if>
then under that - put this:
Code:
<div align="center">
<vb:if condition="$post['field5']">
<img src="{vb:stylevar imgdir_button}/flags/{vb:raw post.field5}.GIF" alt="Users Flag!" border="" />
</vb:if></div>
Of course change field 5 to match yours.
This just removes the "country", and centers the flag under your avatar.
(See attached screen)