Hey, is there a way to make our product images full width on mobile view? I’ve been trying to find a solution for this and try all of the options from here but nothing seems to work. I would appreciate any help with this. Thanks!
My store: https://berry-helsinki.com/
The issue:
The desired outcome:
Hello,
Go to the Online Store >>> Theme >>> Action >>> Edit Code
Find theme.css/base.css file Add this code
.page-full, .page-width { padding: 0; margin: 0; }
Thank You.
Hey, this makes the whole page full width, I only want the product image full width. Thanks!