Make carousel of thumbnails way smaller

Hello,

on phone my carousel of thumbnails look way too big. How can I make them smaller for phone?

URL : https://trendblend.eu/products/vibesync-led

thanks in advance!

Still not solved after the IG chat with this guy

That user is acting like shopify support on other topics making it look like a scammer.

Hello @TrendBlend
Go to online store ----> themes ----> actions ----> edit code ----> assets ---->section-main-product.css
add this code at the end of the file and save.

@media screen and (max-width: 749px) {
.thumbnail-slider .thumbnail-list.slider {
padding: 11.5rem;
gap: 2rem;
bottom: 7rem;
margin-bottom: -14rem;
}
}

result

If this was helpful, hit the like button and accept the solution.
Thanks

1 Like

Hello sir,

it works but is it possible to get rid of most of this empty space?

and can we get the images like half the size of what you already made them?

thanks for the help!

Hello @GTLOfficial do you know how to fix this?

I have checked your store and it is working fine.