PaulKet
Registered
How can I center the usernames in the postbit area?
I've tried going to Appearance -> Style Properties -> Message Layout -> User Text Block and then adding text-align: center; in the miscellaneous section.
And I have tried adding:
.messageUserBlock h3.userText {
text-align: center;
}
to the EXTRA.css template and nothing happens.
I've tried going to Appearance -> Style Properties -> Message Layout -> User Text Block and then adding text-align: center; in the miscellaneous section.
And I have tried adding:
.messageUserBlock h3.userText {
text-align: center;
}
to the EXTRA.css template and nothing happens.