I'm having some difficulty centering the avatars. No matter what I try it keeps being left aligned.
Any advice on what I need to do to center it?
here's the section of postbit_legacy if that helps
Code:
<div class="eti_postbit">
<center>{vb:raw post.usertitle}</center>
</div>
<center>{vb:raw template_hook.postbit_userinfo_left}</center>
<vb:if condition="$show['avatar']">
<div class="eti_postbit_2">
<a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</a></div>
</vb:if>
<vb:if condition="$post['rank']">