Remove gallery paddings

Hi,

I’m trying to remove paddings in product gallery (like in the picture) in DAWN 15.

Can somebody help me?

Thank you all.

Could you please share the store Password so that I can take a look and then provide you solution code.

Thanks

Yes, try with Pasword123

Hello @infinitywings

Please share the store password with me.

Hello @infinitywings

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.page-width:has(.product--mobile-show) {
padding: 0;
}

But the issue is that it removed from the left and right side of whole product page. We just need to remove from the image gallery.

Hi @infinitywings , kindly provide your store URL please and if it is password protected, please share the password as well. Thanks