게시원 / 최신 답변 아바타 (모바일)

간단히 확인해 보니, Topic List Author 테마 컴포넌트를 사용하고 있다면 로컬 커스텀 컴포넌트의 CSS에 아래 코드를 추가하면 문제가 해결됩니다.

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