All things Shopify and commerce
Hello, I got this problem with my thumbnail slider, previously it was too big on phone. Then I got this code:
@media screen and (max-width: 749px) {
.thumbnail-slider .thumbnail-list.slider {
padding: 11.5rem;
gap: 2rem;
bottom: 7rem;
margin-bottom: -14rem;
}
}
To make it smaller, but now the images are still a bit too big on phone, and a lot of empty space appears above and under the slider. Can anyone help me making the images a bit smaller, and removed the empty space on top and under?
Solved! Go to the solution
This is an accepted solution.
Hi @TrendBlend
Try this one.
@media screen and (max-width: 749px) {
.thumbnail-slider .thumbnail-list.slider {
padding: 6rem 11.5rem !important;
}
button.thumbnail.global-media-settings.global-media-settings--no-shadow {
width: 80%;
height: 80%;
}
.slider.slider--mobile .slider__slide {
width: 80%;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @TrendBlend
Try this one.
@media screen and (max-width: 749px) {
.thumbnail-slider .thumbnail-list.slider {
padding: 6rem 11.5rem !important;
}
button.thumbnail.global-media-settings.global-media-settings--no-shadow {
width: 80%;
height: 80%;
}
.slider.slider--mobile .slider__slide {
width: 80%;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hello @Made4uo-Ribe ,
there is still a lot of space in between the slider,
do you know how to fix this?
Remove the gap.
I think you add this code on the main-section-product.css.
Make the gap: 0; and save.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025