MyBB Community Forums

Full Version: change thread properties
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello
please how can i make these things

1- make all thread align to center
2- change all thread font to another font


thank you
Add the following to .post_content in global.css
text-align: center;
font-family: Arial, Sans-Serif;

Obviously you can change it to the font you actually want to use.
hello

this will make the forum centered

i need to make any post to be in the center and change the post font
That's exactly what I posted above will do.
thank you very much
i was wrong because i didnt notice " post_content"
thank you very much