vForums Support > Programming & Coding :: Database of Codes/Hacks/Mods :: > Align Category Title

Align Category Title - Posted By Michael (wrighty) on 21st Mar 08 at 12:02am
This code will allow you to alter the alignment of your category titles.
Alter the 'red' part to change the alignment.

<style>
.categorytitle {
    text-align: center;
}
</style>


Global Header