A user seeks to make product images full width without side padding on mobile devices using the Dawn theme.
Proposed Solutions:
Multiple respondents suggest adding custom CSS code to the theme files (theme.liquid or base.css)
One detailed solution involves using a media query targeting screens up to 749px width with CSS properties for .product__media-list.contains-media.grid
The code includes column-gap: unset and scale: 1.04 with !important flags
Current Status:
The original poster tested one solution successfully but encountered an unintended side effect: a gap appears on the right side when scrolling
Another suggested code snippet did not produce any visible changes
The issue remains unresolved as the user seeks a fix for the scrolling gap problem
Note: Several responses in the thread contain garbled or reversed text, making some technical details difficult to verify. Screenshots were shared showing the implementation steps and expected results.
Summarized with AI on November 5.
AI used: claude-sonnet-4-5-20250929.
I have been trying to make all product images full width with no padding on both sides on mobile. And i try different code but doesnt seem to work. We are using Dawn theme at the moment.
Thanks for the reply - I tried on the code and it works. However it also created a gap on the right screen when you scrolls - is there a way to fix this?