MyBB Community Forums

Full Version: Editing padding under stars
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok, under a user's name is their stars, where in the template do I edit the padding/margin for these stars? I can't find it in the postbit template.
It would be in postbit_author_user I believe.
Not there... I looked in postbit_classic which gave me this:

		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}
			{$post['useravatar']}<br />
			{$post['user_details']}{$post['newpoints_postbit']}
		</span>

But where do I go from there...? I guess I could always add another <br />