2012-12-09, 08:04 PM
2012-12-10, 10:55 PM
I see you already fixed it. Still replying so other users can get help from this post
1. Make the whole forum centered. (not the text alignment)
go to ACP >> styles & templates >> *your theme name* >> global.css >> advanced edit
at the end of the file add this
2. Align the Footer copyright text to center
go to ACP >> styles & templates >> *your theme name* >> global.css >> advanced edit
at the end of the file add this
1. Make the whole forum centered. (not the text alignment)
go to ACP >> styles & templates >> *your theme name* >> global.css >> advanced edit
at the end of the file add this
#container {margin:auto !important;}
2. Align the Footer copyright text to center
go to ACP >> styles & templates >> *your theme name* >> global.css >> advanced edit
at the end of the file add this
#copyright {text-align:center !important;}