Instead of the carousel being underneath my main product image horizontally, I want it on the side, going vertically. How do I do this? There is another thread but the code didn’t work. Any update?
@EmmaButler Can you provide your store urL?
Certainly! Here’s an example code snippet to help you get started with a vertical carousel positioned on the side of your main product image:
.product-container {
display: flex;
}
.product-image {
/* CSS styles for your main product image */
/* Adjust width, height, margin, etc. as needed */
}
.vertical-carousel {
/* CSS styles for your vertical carousel */
/* Adjust width, height, margin, etc. as needed */
}