All things Shopify and commerce
Hello guys as you can see in the picture there are 4 variant images visible without scrolling. How can I change that and make it like 4,5 images. Basicall 4 complete images and the 5th should be half, so that the people would know that there are more images and they should scroll.
Solved! Go to the solution
This is an accepted solution.
Hi @NikosBat,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media screen and (min-width: 900px) {
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
width: calc(20% - 2rem) !important;
}
}
Hello @NikosBat
Can you please share your store URL so I can check this?
Hi @NikosBat,
Thank you for reaching out to the Shopify community. I'd be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hello CodingFifty, of course here is the url and password:
Hi there
1. Go to Customize
2. Select Product Page
3. Paste the code in Custom CSS section
code:
@media screen and (min-width: 900px) {
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
width: calc(20% - 2rem) !important;
}
}
Hey Brsik_code and thanks for answering, my Custom CSS code is already full i cant add more codes in there. Can i paste the code somewhere else?
This is an accepted solution.
Hi @NikosBat,
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
@media screen and (min-width: 900px) {
.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
width: calc(20% - 2rem) !important;
}
}
Thank you very much CodingFifty, that solved my problem
You're welcome! @NikosBat
He copied my answer 😂
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025