MyBB Community Forums

Full Version: Centering Forum Titles on Index Only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I center the forum titles on the index page only? Thanks Big Grin
The only way I can think of to go ACP > Templates & Styles > Select theme > Add stylesheet and make a new stylesheet that is only attached to index.php and contains:

.trow1{
text-align: center;
}
.trow2{
text-align: center;
}
That will center all the information in the table though, I can't think how to make it specific to the title without template modifications but if you edit the templates to include a unique identifier on the title cell then it would be pretty easy to do.