Hello,
I want to center my user ranks in the userinfo block. I see a lot of questions in here about it, but none of them work.
I need to be pointed to the right place in vbulletin. I was pointed to this code:
Code:
<vb:if condition="$post['rank']">
<span class="rank">{vb:raw post.rank}</span>
</vb:if>
However all attempts to change it failed. Please help!
Can someone help me?