I have created a custom template for the first posts which I've called "postbit1". I just copied the postbit's code and slimmed it down.
I'm stuck on how to make the {vb:raw memberaction_dropdown} a smaller text size. Can anyone help? Here's
an example, where I want "UrbanWaterloo" to be a smaller text (I can change the usertitle easily). I want the other posts to remain the same, this is only for the first post.
Thanks!
Code:
<div class="contact">
<div class="username_container" style="position:relative; top: -4px; margin-left: 6px;">
<vb:if condition="$post['userid']">
{vb:raw memberaction_dropdown}
<span class="usertitle">
{vb:raw post.usertitle}
</span>
{vb:raw post.onlinestatus}
<vb:else />
<span class="username guest">{vb:raw post.username}</span>
</vb:if>
{vb:raw template_hook.postbit_userinfo_left}
</div>
</div>