This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

slicer

  • ****
  • 204 posts
(x) more images on mobile
« on: January 16, 2018, 06:39:06 PM »
Hey looks like there's a bug on the slider on mobile; after a couple of pictures there a photo that tells you (x more photos) over that current image that makes some transparency thing on it.
it works nice on desktop version but, it should be disable on mobile since you see it one by one.

thanks.
 

*

MB Themes

Re: (x) more images on mobile
« Reply #1 on: January 16, 2018, 06:45:46 PM »
Do you have screenshot?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slicer

  • ****
  • 204 posts
Re: (x) more images on mobile
« Reply #2 on: January 16, 2018, 08:14:19 PM »

Marked as best answer by slicer on January 16, 2018, 09:19:57 PM
*

MB Themes

Re: (x) more images on mobile
« Reply #3 on: January 16, 2018, 08:20:22 PM »
@slicer
Nice catch, thanks.
Please go to responsive.css and bellow this line:

Code: [Select]
@media screen and (max-width: 767px) {
Add:
Code: [Select]
#listing #pictures.t5 a.c5.more-img span {display:none;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots