R ROBD Member Aug 11, 2012 #1 For example: : "XenForo Community" on the main forum page on this site.. How could I center that on my site?
For example: : "XenForo Community" on the main forum page on this site.. How could I center that on my site?
Shelley Well-known member Aug 11, 2012 #2 in extra css paste the following should do it. Code: .mainContainer .titleBar h1 { text-align: center; } Upvote 0 Downvote
in extra css paste the following should do it. Code: .mainContainer .titleBar h1 { text-align: center; }