2014-01-21, 12:23 AM
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]](https://camo.mybb.com/ac9b08a58ceba94b06360afe5c67295a5fc206ce/687474703a2f2f692e696d6775722e636f6d2f6b3075623243702e706e67)
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:
And that fixed it.
Image of what I'm talking about:
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.