Shopify themes, liquid, logos, and UX
Hello,
Currently using the Debut theme. Having an issue with the thumbnails on any product page. They are not clickable when viewing the page on a desktop. Everything is fine on a mobile device. I have found the only way to click a thumbnail is to Tab through the images and then hit Enter. That's the only way to switch the image. There were a few other posts with solutions but unfortunately they didn't work for my issue. Any advice would be greatly appreciated. Here is a link to a product page on our site:
Solved! Go to the solution
This is an accepted solution.
Hi @Joe_Jack
It seems your custom dev or any other change has changed the height of your main image.
Request you to put the below CSS in the file main-product.liquid
<style>
@media(min-width:768px){
.product-single__photo-wrapper {overflow: hidden;}
}
</style>
Hope this will help...
This is an accepted solution.
Hi @Joe_Jack
It seems your custom dev or any other change has changed the height of your main image.
Request you to put the below CSS in the file main-product.liquid
<style>
@media(min-width:768px){
.product-single__photo-wrapper {overflow: hidden;}
}
</style>
Hope this will help...
@gr_trading PERFECT!!! Thank you for the help. Thats been an issue for a long time.. Thanks again!
Sincerely,
Joe Jack
JK Pro Audio
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024