Hi, does anyone know how to vertically align the username to be centered (within topics/posts) for mobile? On desktop it’s vertically center aligned but not on the phone.
Quickly found the answer, so if you had the same question here’s the answer:
Put this in mobile common CSS:
.topic-meta-data .names span { line-height: 3; }
2 Likes