White line appearing under product only on chrome mobile

Topic summary

A white line appears beneath product images on Chrome mobile browsers but not on Safari. The issue is specific to a product page on a Shopify store using the Sense theme.

Attempted Solution:

  • Initial CSS modifications to .image-wrap in base.css did not resolve the problem

Resolution:

  • Additional CSS code was applied to base.css
  • The fix successfully eliminated the white line

Current Status:

  • Issue resolved through CSS adjustments

Note: Some posts contain reversed/encoded text that appears to reference WhatsApp images and CSS properties, suggesting troubleshooting steps were shared but are partially corrupted in the thread display.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

A white line is appearing underneath the product image and i have tried replacing

It shows up on the images of product page https://thegrillmastersatl.com/products/solid-gold-deep-cut-grillz

and it only appears in chrome and not on safari

.image-wrap.text-spacing {
background: inherit !important;
}
.image-wrap {
background: inherit !important;
}

in the base.css but its not working.

I am using sense theme.

Hi,

Store is password protected

hy , i added some css to the base.css and it worked like a charm, thank you.