Shopify themes, liquid, logos, and UX
Hi everyone,
I'm looking to adjust the layout of my product pages. Currently, the thumbnails are positioned below the main product image. I'd like to move them to the left side of the main product image instead. Can anyone guide me on how to achieve this through Shopify's customization options or by editing the theme code? Any detailed steps or code snippets would be greatly appreciated. Thanks in advance!
- Can you try @PAUL8
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it
<style>
.product__media-wrapper {
display: flex;
flex-direction: row;
}
.product__media-wrapper .product__thumbnails {
display: flex;
flex-direction: column;
margin-right: 20px;
width: 100px;
}
.product__media-wrapper .product__media {
flex: 1;
max-width: calc(100% - 100px);
}
</style>
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
Hello,
Sorry but your code didn't work...
Hey @PAUL8
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hello,
Thanks for your respone !
The store url is womber.fr
Password: PROPAGANDAAA
Best Regards,
Paul
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024