I’ve not yet been able to find where I can remove the left padding on the product page. I like the image to fully bleed out to the left. I think it has to do with Sections in the CSS, but can’t find which one… I’m using the prestige theme file.
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
This is what i used.
@media only screen and (min-width: 1000px){
.container.container--lg {
margin-left: 50px;
margin-right: 50px;
}
}
Thanks for the tips but this is not working for me, would be so grateful for your help. Using Dawn theme store is cielleclothing.com and I want the product images to bleed on the left on desktop and mobile, see example