Display in Mobile not friendly
-
Nice plugin by the way. However, I saw a couple of others make note of this but when viewing the post slider in mobile view on my phone, instead of just showing one image that slides to the next image post, all 3 of my thumbnails are shown stacked in mobile view. Basically the first 3 thumbnails that are stacked on top of each other behave as one entire image when when scrolling to the next post.
Can you provide the code that will collapse this slider, so that the each image will be at 100% on mobile that will scroll to the next post rather than it stacking all 3 posts on mobile?
I tried inserting the custom css code below (suggested in a previous thread by another member) but this code didn’t do the trick ?? Maybe I’m missing something.
@media (max-width: 767px) { .flex-active-slide div ul li { width: 100% !important; } }
Any feedback would be greatly appreciated ??
- The topic ‘Display in Mobile not friendly’ is closed to new replies.