Label theme how to make images smaller in gallery with text section

Solved

Label theme how to make images smaller in gallery with text section

urbantis
Shopify Partner
202 0 60

I added a gallery with text section to the product page in this product but the images (icons) are very big, how do I make them 90% smaller?

Thanks for your help

Link

https://roxysound.com/collections/frontpage/products/futuristic-whooshes-test-do-not-delete

password sahsku

Accepted Solution (1)

mageplaza-cs
Shopify Partner
394 32 67

This is an accepted solution.

Hi @urbantis 

I am from Mageplaza - Shopify solution expert.

 

Please add the following CSS code to the custom CSS section of this section. It quickly resolves this issue.

.relative.group.text-center.in-view > .relative.overflow-hidden {
    width: 10%;
}
.relative.group.text-center.in-view{
    display: flex;
    flex-direction: column;
    align-items: center;
}

Result:

2025-03-14_09-56.png

 

Please let me know if it works as expected!

Best regards

 

Mageplaza | Top-Rated Shopify Agency | Trusted by 230,000+ worldwide merchants


If our suggestion works for you, please give it a Like or mark it as a Solution!


Should you have any questions or concerns, feel free to contact us via consultant@mageplaza.com

View solution in original post

Replies 2 (2)

mageplaza-cs
Shopify Partner
394 32 67

This is an accepted solution.

Hi @urbantis 

I am from Mageplaza - Shopify solution expert.

 

Please add the following CSS code to the custom CSS section of this section. It quickly resolves this issue.

.relative.group.text-center.in-view > .relative.overflow-hidden {
    width: 10%;
}
.relative.group.text-center.in-view{
    display: flex;
    flex-direction: column;
    align-items: center;
}

Result:

2025-03-14_09-56.png

 

Please let me know if it works as expected!

Best regards

 

Mageplaza | Top-Rated Shopify Agency | Trusted by 230,000+ worldwide merchants


If our suggestion works for you, please give it a Like or mark it as a Solution!


Should you have any questions or concerns, feel free to contact us via consultant@mageplaza.com

Dan-From-Ryviu
Shopify Partner
11376 2231 2404

Hi @urbantis 

You can add this code to the Custom CSS of that section to reduce the icons size. You can change 100px to another value to fit your request. 

 

.relative.overflow-hidden {
    max-width: 100px;
    margin: 0 auto;
}

 

Screenshot 2025-03-14 at 10.03.01.png

 

- Found this helpful? Hit "Like" and "Accept as Solution"! Support me: Donate!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.