Not Solved Recent threads word break?
#11
Not Solved
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
@media screen and (max-width: 1450px) {
    div#recentthreads img {
        display: none;
    }
}
Reply
#12
Not Solved
(2017-02-20, 08:57 PM)SvePu Wrote: 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
@media screen and (max-width: 1450px) {
    div#recentthreads img {
        display: none;
    }
}

Ahh well I need the avatars to show I guess I'll leave it how it is.
Thanks anyways. Smile
Do NOT PM me for support unless I ask you on your support thread.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)