rehaM Member Jul 3, 2016 #1 Hey, I was wondering if there was a way to center the name of the category? Thanks
Lukas W. Well-known member Jul 3, 2016 #2 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 Upvote 0 Downvote
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
rehaM Member Jul 3, 2016 #3 katsulynx said: 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 Click to expand... Thanks for the reply, but those didn't seem to work Upvote 0 Downvote
katsulynx said: 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 Click to expand... Thanks for the reply, but those didn't seem to work
Sunka Well-known member Jul 3, 2016 #4 Try this! Put it into extra.css Code: .nodeList .categoryStrip { text-align: center !important; } Upvote 0 Downvote
rehaM Member Jul 3, 2016 #5 Sunka said: Try this! Put it into extra.css Code: .nodeList .categoryStrip { text-align: center !important; } Click to expand... 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 Upvote 0 Downvote
Sunka said: Try this! Put it into extra.css Code: .nodeList .categoryStrip { text-align: center !important; } Click to expand... 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