Shopify themes, liquid, logos, and UX
Hi all, looking to make product collection image size smaller in the sliders on home page (mobile only). Desktop size is great but mobile is HUGE.
Please help!!!
Link to Draft preview theme - view on mobile:
https://wahrfj6yt0oiq181-75721343252.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
Hello @babystore123
To Make the slider image small for mobile, you just need to follow below steps:
1. Open the theme code and find the bundle.css file.
2. Open the bundle.css file and scroll down to end of the file.
3. Copy the given CSS and paste it in the file.
@media (max-width: 768px){
.slideshow .carousel__viewport .carousel__container {
max-height: 450px;
}
}
Like and accept the answer if it's helpful to you. Contact me if you have any queries about that.
Thank you !
This is an accepted solution.
Hello @babystore123
To Make the slider image small for mobile, you just need to follow below steps:
1. Open the theme code and find the bundle.css file.
2. Open the bundle.css file and scroll down to end of the file.
3. Copy the given CSS and paste it in the file.
@media (max-width: 768px){
.slideshow .carousel__viewport .carousel__container {
max-height: 450px;
}
}
Like and accept the answer if it's helpful to you. Contact me if you have any queries about that.
Thank you !
In Canada, payment processors, like those that provide payment processing services t...
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