Posts: 2,599
Threads: 71
Joined: Apr 2012
Reputation:
245
2013-07-13, 09:52 AM
(2013-07-13, 08:48 AM)APlusMarket Wrote: How would I go about centering it vertically?
add valign attribute to that element which you want to align... that is add valign="middle"
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t Forget to “Mark as Solved” after the fix
Posts: 2,599
Threads: 71
Joined: Apr 2012
Reputation:
245
2013-07-13, 11:58 AM
if you are using
this TUT, then
Go to: ACP > Templates > Your theme's templates > Forumbit templates > forumbit_depth2_forum and find
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="" title="" class="" id="" /></td>
and change it to this
<td class="{$bgcolor}" align="center" valign="middle" width="1"><img src="images/ficons/{$forum['fid']}.png" alt="" title="" class="" id="" /></td>
We can't help everyone, but everyone can help someone - Ronald Reagan
Did you know? Your question has already been answered. But you haven't searched it yet.
Don’t Forget to “Mark as Solved” after the fix