MyBB Community Forums

Full Version: Change thread title alignment?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have installed some Thread Prefixes that are images and when I use them they work but the thread title is aligned with the bottom of the image. I would like the thread title to be aligned with the centerpoint of the thread prefix image. Where/how would I go about changing this?

Image of what I'm talking about:
[Image: k0ub2Cp.png]

Thanks for any help that can be provided.

EDIT: Okay I figured out how to fix this, I went into the forumdisplay_thread template and put in:
<span style:"vertical-align:10px">{$thread['subject']}</span>

And that fixed it.