Removing gap between photos on product page in Broadcast Theme

Hello!

I’m trying to remove the gaps between grid photos on the product page in the Broadcast theme. The website is not currently live.

You can see the gaps in the photo in the attached screenshot.

Thanks in advance for your assistance!

Renée

1 Like

Hi @ReneeLeighann

Would you mind to share your Store URL website? with password if its protected. Thanks!

Hello, here is the preview: https://g20klmvlj9tb7nmk-6810304627.shopifypreview.com

1 Like

Go to your theme.css file.
Search for this (CTRL + F): .product__wrapper–grid-1 .product__slides, .product__wrapper–grid-2 .product__slides

Then remove column-gap css property on that.

Thank you for the informatin. Just to clarify, do you like to remove the gap only? If it is, try this one.

  • 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:
.product__page {
    gap: 0px !important;
}

That worked thank you so much! Now I just want to enlarge the photos so they look like this:

https://www.monicavinader.com/ca/gift-sets/corda-diamond-locket-curb-chain-necklace

Hello,
Glad that worked for you. For making those photos similar to the website provided, I need to do some custom coding on the backend.
Basically, I need to adjust some html and css elements to have that desired section.
For that, I would need access to your store. If you are willing to grant me that, I will be more than happy to make one for you.