A user working with the Shrine Pro Draft Theme on Shopify wanted to scale product feature section images to better fit screen sizes, noting excessive padding on both sides regardless of screen size.
Initial Attempts:
Another user suggested responsive CSS using media queries to set image width to 100% at specific breakpoints
This solution didn’t address the core issue of excessive padding
Resolution:
The original poster solved the problem using CSS that targets the hotspots image container:
Sets max-width: 96% for desktop screens
Adjusts to max-width: 100% for mobile devices (under 768px)
Uses !important to override existing theme styles
Credits ChatGPT for generating the initial code, which was then customized to specific needs
The discussion is resolved with working code provided for others experiencing similar padding/scaling issues in product feature sections.
Summarized with AI on November 2.
AI used: claude-sonnet-4-5-20250929.