I have this installed and its working great. On my frontpage I am using vBadvanced CMS and in the welcome block I am having a problem with the stars not being above the pips. I used the fix posted on the previous page to fix it in my posts and on my profile pages and it works great, but I don't know how to fix it here.
Here's the code I am working with:
<vb:if condition="$bbuserinfo['reputationdisplay']">
<div style="padding-top: {vb:math {vb:stylevar padding}/2}">
{vb:rawphrase rep_power}: {vb:raw reppower}<br />
{vb:raw bbuserinfo.reputationdisplay}
</div>
</vb:if>
I have attached a sample image. I appreciate any help.