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.
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.
Found the solution:
.topic-list td div.pull-left a { display: none; }
.topic-list td div.right { margin-left: 0px; }
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.