Homepage images not loading on mobile site

KyeFriendorfaux
Visitor
2 0 0

Hi,

The images on our website homepage don't seem to load when using a mobile browser.

The images load fine on desktop and even in smaller windows; just not mobile.

Any help would be greatly appreciated.

 

Thanks,

Kye

www.thehappysurfco.co.uk

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @KyeFriendorfaux 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

@media only screen and (max-width: 749px){
.small--hide {
     display: block !important; 
}
.site-header-mobile .grid  .small--hide {
     display: none !important; 
}
}

 

KyeFriendorfaux
Visitor
2 0 0

Legend! Thank you very much.

Kye

Kinjaldavra
Shopify Partner
2302 570 1422

hello @KyeFriendorfaux 

If helpful then please Like and Accept Solution