Shopify themes, liquid, logos, and UX
the upper image(a single image) is on Slideshow Feature and the lower images(double images) are on Featured Collection Feature and mobile carousel. I want to make carousel sliding automatically but I couldn't. So I rather decide to edit Slideshow Feature but this shows only one image at once. Can I Split image section so that I could show two images like below?
URL : 104e35-2.myshopify.com
yes
I have sloved it. Below code you can use.
Note: Add variableWidth: true, into slick slider javascript and then add below CSS code into your CSS file.
.slick-slider {
width: 100%;
}
.carousel .carousel-cell {
width: 1% !important;
}
@media only screen and (min-width: 800px){
.carousel .carousel-cell {
width:4% !important;
}
}
If you still have issue then you can ask me I will help you.
Thanks.
Hello, I am wanting to do the same, would this work on the impulse theme? my website is bythehorns.co.nz
Thanks 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, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024