Remove padding around the product image in product page

i can’t remove left and right the padding in my product page .
i tried to increase the size of my page width in customization , it decreases the padding a bit , but there’s still a bit of white padding on the left and right , also it works as long as my product Name isn’t long , when my product name is long padding returns.
how can i solve this ? Also i want two product pictures to appear in first row, how can i do this ?
Here’s the link
https://nersi-8194.myshopify.com/products/test-ayda?utm_source=copyToPasteBoard&utm_medium=product-links&utm_content=web

/

/

/

/

/

/

Here’s an example

@Nersi

1 solution

Do you want this type ?? i have removed some space

  1. Go to your Store > Theme > click to edit code.
  2. find this file "base.css " and open.

step 02:

  1. Paste the code at the end of the file.
section#MainProduct-template--17537032618302__main.page-width {
    max-width: 100%;
}

2 solution

Step 1: go to Shopify Admin, > navigate to Products > default product

![Screenshot.png|1593x725](upload://84d1oMZVCcC3qiDRt3WFautYu69.jpeg)

this idea helps you

Hello @Nersi

You can add code by following these steps to remove padding around product images

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.product__media-list.grid{ column-gap: 0 !important; row-gap: 0 !important; }

Thank you so much !

Thank you so much . this also removed the little gap between Images , which i wanted !

Hello @Nersi
happy to help and I am available for anything needed on store and as much as i can help :slightly_smiling_face:

Hi there! Not sure it’s correct to reply here but I’m trying to do the same thing you did here with the Origin theme, do you think you can help me out? Thanks in advance :slightly_smiling_face:

Hi!
I just ended up buying a theme from theme forest and they fixed everything else :grin:
but the solution above kinda helped.

Hey,

I am also trying to do the same thing. I am using the prestige theme, I have attached what I would like it to look like.

Thank you in advance

Sam