giorgino
Well-known member
Prior 1.4, I used this template mod to center usernames under the avatar
But now, stop working. What's wrong?
Code:
$0
.messageUserBlock h3.userText {
text-align:center;
}
<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveNarrowWidth)
{
.messageUserBlock h3.userText
{
text-align:left;
}
}
</xen:if>
But now, stop working. What's wrong?