# Original Poster / Latest Reply avatar on mobile

**URL:** https://meta.discourse.org/t/original-poster-latest-reply-avatar-on-mobile/396117
**Category:** Support
**Created:** [February 14, 2026, 8:41pm UTC](https://meta.discourse.org/t/original-poster-latest-reply-avatar-on-mobile/396117 "2026-02-14T20:41:22Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [February 17, 2026, 12:03am UTC](https://meta.discourse.org/t/original-poster-latest-reply-avatar-on-mobile/396117/10 "2026-02-17T00:03:08Z")

</div>

i had a quick look and adding this code to the css of a local custom component will fix it for you if you are using the Topic List Author theme component.

```scss
.full-width .contents .topic-list .topic-list-body .topic-list-item .topic-list-data.posters {
    display: none;
}
.custom-author-column {
  display: flex;
  align-items: center; 
  justify-content: center;
}

```

---

_[View the full topic](https://meta.discourse.org/t/original-poster-latest-reply-avatar-on-mobile/396117)._
