Remove padding to the left of product image

Hi,

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.

Thanks in advance,

Wibke

Drop the store link plz

HI @Wibke_Loh

You can choose this, spread the width of the product image and description.

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;
}
}

Or just adjust the margin on the left.

@media only screen and (min-width: 1000px){
.container.container--lg {
    margin-left: 50px;
}
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Sadly none of the above works… :confused:

can you share the store link? Please

Oh add !important then.

@media only screen and (min-width: 1000px){
.container.container--lg {
    margin-left: 50px !important;
    margin-right: 50px !important;
}
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Still not working, it’s all very strange. However, cant share the store yet I guess, it’s a new design I’m working on so not “published yet”.

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