S Selekah New member Mar 1, 2013 #1 Is it even possible? We've tried using CSS for center align, small caps, but they don't work. Is there a plugin or perhaps a bit of code I could try to center align the users names on their postbit?
Is it even possible? We've tried using CSS for center align, small caps, but they don't work. Is there a plugin or perhaps a bit of code I could try to center align the users names on their postbit?
dtmcl Well-known member Mar 1, 2013 #2 Code: .userText { text-align: center!important; } Upvote 0 Downvote