MyBB Community Forums

Full Version: Increase the space between user rank & group images in post?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
See attached image:

[attachment=32618]

Which file & code would I need to edit to increase the vertical space between the user rank and group images? Hell I'll probably switch them around as well.

Thanks in advance for any help!
admin panel >> templates >> active theme templates >> Post Bit Templates >> postbit
find code similar to below and modify as required
<span class="smalltext">
				{$post['usertitle']}<br />
				{$post['userstars']}
				{$post['groupimage']}
			</span>
Awesome, thanks for your help as always!