alternadiv
Well-known member
I just made my thumbnail maximum size smaller and noticed the text overlay hiding most of the photo:
It only does this on mobile view. Desktop view doesn't have the overlay at all.
Two questions:
1. Is there a built in way to disable the overlay? I'm not seeing one but I was able to hide it with
which is fine if there isn't something built in.
2. Is it supposed to show the overlay on desktop view? If so, why might mine be missing? If not, why is there an inconsistency there?
It only does this on mobile view. Desktop view doesn't have the overlay at all.
Two questions:
1. Is there a built in way to disable the overlay? I'm not seeing one but I was able to hide it with
CSS:
@media (max-width: @xf-responsiveWide) {
.itemList-itemOverlay {
display: none;
}
}
2. Is it supposed to show the overlay on desktop view? If so, why might mine be missing? If not, why is there an inconsistency there?