Try this.
Find
HTML Code:
<if condition="$show['navbar_credits']">
<div>$vbphrase[credits]: <strong><span id="navbar_credits">$GLOBALS[navbar_credits]</span></strong> [<a href="credits.php?$session[sessionurl]do=banking">$vbphrase[check]</a>]<if condition="$show['credits_purchase']"> [<a href="credits.php?$session[sessionurl]do=manage#purchase">$vbphrase[purchase]</a>]</if></div>
</if>
and
REPLACE that with:
HTML Code:
<if condition="$show['navbar_credits']">
<div align="left">$vbphrase[credits]: <strong><span id="navbar_credits">$GLOBALS[navbar_credits]</span></strong> [<a href="credits.php?$session[sessionurl]do=banking">$vbphrase[check]</a>]<if condition="$show['credits_purchase']"> [<a href="credits.php?$session[sessionurl]do=manage#purchase">$vbphrase[purchase]</a>]</if></div>
</if>
If not, as Lynne said you will get a better response in the mod's thread.