# 操作指南：在移动端主题中垂直对齐用户名

**URL:** <https://meta.discourse.org/t/how-to-vertically-align-username-in-topics-on-mobile/118270>\
**Category:** UX\
**Created:** [2019年五月21日 02:19 UTC](https://meta.discourse.org/t/how-to-vertically-align-username-in-topics-on-mobile/118270 "2019-05-21T02:19:52Z")\
**Posts on this page:** 3\
**Page:** 1

<div class="post-metadata">

**Author:** ![nexo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nexo/32/106384_2.png) [@nexo](https://meta.discourse.org/u/nexo)\
**Post date:** [2019年五月21日 02:19 UTC](https://meta.discourse.org/t/how-to-vertically-align-username-in-topics-on-mobile/118270/1 "2019-05-21T02:19:52Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/3X/5/1/518d103b3373a09da06ea2f1b776b061b3cbf9ee.jpeg)

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.

---

<div class="post-metadata">

**Author:** ![nexo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nexo/32/106384_2.png) [@nexo](https://meta.discourse.org/u/nexo)\
**Post date:** [2019年五月21日 02:41 UTC](https://meta.discourse.org/t/how-to-vertically-align-username-in-topics-on-mobile/118270/2 "2019-05-21T02:41:32Z")

</div>

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; }`

---

<div class="post-metadata">

**Author:** ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)\
**Post date:** [2019年七月13日 22:14 UTC](https://meta.discourse.org/t/how-to-vertically-align-username-in-topics-on-mobile/118270/3 "2019-07-13T22:14:29Z")

</div>


