Hi there
I know number of people have asked this question and I have tried most of the accepted solution however the issue is still there.
I’m using “Handy” theme and the product images do not show on the homepage and collections page on MOBILE. Images are all good on desktop or tablet. I have tried to add following code pieces to Asset->/theme.scss.liquid-:
Suggested solution #1 - DOES NOT WORK
@media screen and (max-width: 767px){
.product-single .product-photo-container {
z-index: 0 !important;
}}
Suggested solution #2 - DOES NOT WORK
@media screen and (min-width: 769px){
.feature-row__text–left { padding-left: 40px !important;}
}
Suggested solution #3 - DOES NOT WORK
@media screen and (max-width: 590px){
.slick-track {transform: translate3d(0px, 0px, 0px) !important;}
}
Suggested solution #4 - DOES NOT WORK
@media only screen and (max-width: 749px) {
#shopify-section-product-template .slick-slider {display: block !important;}
#shopify-section-product-template .slick-slider .slick-dots {bottom: -16px !important;}
}
Can someone please help me resolve this issue. My website is www.thehomedream.com.au and I have attached the two screenshots


