No border space between pics in product page - Dawn Theme

Hi all,

Hope you are doing well.

Currently my product page looks like below:

But I want layout like below in all the product page. Please Help

Thanks in advance.

hello @IndujaAIKY

You can add code by following these steps to remove spaces between images as showed in screenshot

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

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (min-width: 769px) { .product__media-list.grid { column-gap: 1px !important; row-gap: 1px !important; } }

Thanks a lot.. Its working.

1 Like

Thankyou @IndujaAIKY