Shopify themes, liquid, logos, and UX
Can someone help me make my carousel for logos look like this sites "In the Press" section - https://dissh.com/
So smaller and all show on desktop, but then be carousel on mobile (and smaller).
Here is my site - https://myhaveli.com/
Hi @Nadine10,
You can follow these steps
1. Open Online Store > Theme > Edit Code
2. Find and open the base.css (or theme.css, custom.css) file
3. Paste the code snippet below at the bottom of the file and hit save
.flickity-slider {
transform: none !important;
gap: 15px !important;
overflow: scroll !important;
}
.flickity-slider .gallery__slide.carousel__slide {
position: static !important;
padding: 20px !important;
}
.flickity-slider .gallery__slide.carousel__slide .gallery__image {
min-width: 90px !important;
max-width: 120px !important;
margin: 0 auto !important;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.flickity-slider::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.flickity-slider {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
Here is the result
Hope this helps you solve the issue.
Please don't forget to Like and Mark it as an Accepted Solution if you find this helpful. Thank you!
For give Gift to customers and Upsell in Cart, check out Salepify: Free Gifts with purchase
Post purchase upsell, downsell offers to improve sales and AOV
Salemate Post Purchase Upsell
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024