Original Poster / Neueste Antwort Avatar auf Mobil

Ich habe mir das kurz angesehen, und wenn Sie die Theme-Komponente „Topic List Author“ verwenden, behebt das Hinzufügen dieses Codes zu Ihrem lokalen benutzerdefinierten Komponenten-CSS das Problem für Sie.

.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;
}
5 „Gefällt mir“