Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Removing gap between photos on product page in Broadcast Theme

Solved

Removing gap between photos on product page in Broadcast Theme

RenéeLeighann
Shopify Partner
39 0 10

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

 

Screenshot 2023-09-15 at 3.49.25 PM.png

Accepted Solution (1)

Taknify
Shopify Partner
262 18 29

This is an accepted solution.

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. 
Screenshot 2023-09-16 at 2.06.23 PM.png

Need to tweak your store for Black Friday? Simply, send me a message.

View solution in original post

Replies 6 (6)

Made4uo-Ribe
Shopify Partner
9052 2163 2670

Hi @RenéeLeighann 

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

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.
RenéeLeighann
Shopify Partner
39 0 10
Made4uo-Ribe
Shopify Partner
9052 2163 2670

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

 

  • And Save. 
  • Result:
  • Made4uoRibe_0-1694895530508.png
If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Create custom Shopify pages effortlessly with PageFly's drag-and-drop ⚙️.

Taknify
Shopify Partner
262 18 29

This is an accepted solution.

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. 
Screenshot 2023-09-16 at 2.06.23 PM.png

Need to tweak your store for Black Friday? Simply, send me a message.
RenéeLeighann
Shopify Partner
39 0 10

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

Taknify
Shopify Partner
262 18 29

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. 

Need to tweak your store for Black Friday? Simply, send me a message.