MyBB Community Forums

Full Version: category text
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i make the text (category names) centered?
Try this: Admin-CP -> Themes -> *your theme* -> Edit

Search for the box "Table Headers" and insert into the "Extra CSS Attributes" box the following code:
text-align: center;
ok so thats why it didnt work
i was puttin:
text align: center
instead of text-align: center;

thanks!