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?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025