How to hide user avatar in topic list of mobile theme

I want to hide the avatar in mobile topic list (latest, category, tags etc all pages) and give the topic titles more width.

Example screenshot added.

Please help.

2 Likes

Found the solution:

.topic-list td div.pull-left a { display: none; }
.topic-list td div.right { margin-left: 0px; }
3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.