Product description image not appearing on mobile

Hello.

Upon Product Description page, the images uploaded upon the product description shows for Desktop and Fullscreen mode, but when channelled to Mobile, there is just blank.

*this is Desktop View (above)

*Mobile View (Below)

The video posted works well for all versions, but the product description image is the only one not appearing when changed to mobile. It’s just blank, like there is no more image to show.

There supposed to be a full content of description images that are to follow after the video footage.

Please kindly help!

My shop is https://tabitha-official.myshopify.com/

Let’s try this CSS code:


Put it in file called main-product.liquid

Use Below CSS

@media only screen and (max-width: 768px){
	
	product-description div {
    margin: 0px !important;
}

}

Hit Like and Accept as Solution