Remove Gaps Between Product Images

Solved

Remove Gaps Between Product Images

martujv
Pathfinder
143 2 34

Hello!

 

Basically I want to remove the small gaps that appear while scrolling the product images on the product page (both in mobile and desktop versions).

 

Photos for reference

(The red arrows show the gaps that should be removed)

 

Mobile version:

BBDD7155-F734-4956-AA7F-ED3B826992A5.JPEG

 

Desktop version:

CA16B1A7-0D2E-4739-8115-E3D2A75DB58B.JPEG

My website is: https://n6ia1fdm0ovh4srq-60150284501.shopifypreview.com and my theme is Stiletto

Accepted Solution (1)

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

Hello @martujv 
add this css in base.css or theme.css

.product__media-container.below-mobile .product__media-item {
            margin: 0 !important;
}
.product__media-container[data-gallery-style=list] .product__media {
          --grid-gallery-spacing: 0 !important;
}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com

View solution in original post

Replies 5 (5)

BSSCommerce-B2B
Shopify Partner
1439 401 464

hi @martujv 

I have reviewed your requirement you can do that 

Step 1. Go to Admin -> Online store -> Theme > Edit code

Step 2. Find the file them.css
Step 3. Copy this code at the end of the file

.product__media-container[data-gallery-style=list] .product__media{
gap: 0px !important;
  grid-gap :0px !important
}

Result

BSSCommerceB2B_0-1722705948468.png

 

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir! 

 

B2B Wholesale Solution: Streamline your B2B operation with advanced features like wholesale registration forms, custom pricing.


B2B Portal, Quote, Net 30: Speed up purchasing and streamline your quotation process with advanced features like quick order, request for quote.


B2B Lock Password Protect: Easily control access to pages, products, and pricing with robust features.


BSS Commerce - Full-service eCommerce Agency I Use Shopify for 1$ in the first month now

martujv
Pathfinder
143 2 34

Hello! What about the mobile version?

AK_Design_Dev
Shopify Partner
187 16 16

This is an accepted solution.

Hello @martujv 
add this css in base.css or theme.css

.product__media-container.below-mobile .product__media-item {
            margin: 0 !important;
}
.product__media-container[data-gallery-style=list] .product__media {
          --grid-gallery-spacing: 0 !important;
}

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com
martujv
Pathfinder
143 2 34

It worked, thank you!!!

AK_Design_Dev
Shopify Partner
187 16 16

Yes...

If you require further help to optimize your store, please don’t hesitate to reach out.


This contribution will always benefit you and you will get my full help easily and you can contact me easily.


Your Willpower Contribution Link:-

Contribution


Contact On My Mail :-mail@gmail.com