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! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024