MyBB Community Forums

Full Version: to center Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to center theread. header is up of the Table how to to center thread

[Image: resim3kk8ed.jpg]
u need to modify the themplates on Forum_bit
I think i change code forumbit_depth2_forum but how code replace ???
I make little but only thread center others not ??

Last message, thread, Post and Forum image (on/of/locked) is same UP

How to center all table writres

[Image: adsz3tr.jpg]
on the forum_bit templates, i dont know exactly which one, but u can try it... there's a part that says:

td valing=top align=left or right, u just have to change that
In Admin CP > Templates > Modify / Delete > Expand > Froum bit templates > forumbit_depth2_forum

find all

 valign="top"

replace with

 valign="middle"

and all

align="right" 

replace with

 align="center"
* u will need to add align="right" to the 2nd td, the one for the forum name.

regards