Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi all,
on my product page the images on desktop are vertical and customers scroll though the images.
but on mobile the images are next to each other and customers do not scroll though the images automatically.
I now want the same set up on mobile as on desktop.
If you make the desktop screen really narrow it is just as i want it on mobile.
Store URL is https://www.betanics.de/products/bio-kurkuma
i have basic coding knowledge
thanks
kathie
Solved! Go to the solution
This is an accepted solution.
Please add following css your assets/theme.css bottom of the file.
@media screen and (max-width: 767px) {
.product-medias__thumbnails {display: block !important;}
}
Thanks!
This is an accepted solution.
Please add following css your assets/theme.css bottom of the file.
@media screen and (max-width: 767px) {
.product-medias__thumbnails {display: block !important;}
}
Thanks!
thanks, that worked out.
But now i have the images as slider next to each other and then the same images below.
Could you please doublecheck?
Thanks
Kathie
fixed it:
It is a simple
"media screen and (max-width: 767px) { .product-medias__thumbnails {display: block !important;} }"
just below the other code
Hi, I was wondering if this works for dawn theme?
Hi, I was wondering if this works for dawn theme?