XF 1.5 Center category name?

Code:
.nodeList .categoryText .nodeTitle {
    text-align: center;
}
For Title Centering only,
Code:
.nodeList .categoryText {
    text-align: center;
}
To center title AND description. Chose one and put it to your extra.css
 
Try this! Put it into extra.css
Code:
.nodeList .categoryStrip {
    text-align: center !important;
}
That didn't work either, it could be the theme I currently have that may be overriding it. I'll try to get an answer from the developers once they're available.

Thanks for your time
 
Top Bottom