Sorry, finally I can't help you out.
The issue comes from theme.....it would be better to contact the theme author.
A quick fix would be to hide the avatar images for smaller screens.
Insert into theme global.css
The issue comes from theme.....it would be better to contact the theme author.
A quick fix would be to hide the avatar images for smaller screens.
Insert into theme global.css
@media screen and (max-width: 1450px) {
div#recentthreads img {
display: none;
}
}