Shopify themes, liquid, logos, and UX
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?
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:
<div class="product-container">
<div class="product-image">
<!-- Your main product image HTML here -->
</div>
<div class="vertical-carousel">
<!-- Your vertical carousel HTML here -->
</div>
</div>
.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 */
}
Display thumbnail images to vertical:
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025