Shopify themes, liquid, logos, and UX
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?
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025