Shopify themes, liquid, logos, and UX
Hello, I would like to reposition my product thumbnails to the left side of the product image selected. They are currently below. I am using the theme Be Yours. Is there a way to do this within the theme I've selected since solutions for other themes do not appear to work. Any guidance would be helpful. Thanks!
My website address is:
https://backnineskincare.com/products/pure-spf-50-sunscreen
No password required
Solved! Go to the solution
This is an accepted solution.
Please add this code to theme.liquid file, after <head>
<style>
.product .product--thumbnail_slider .product__media-gallery {
display: flex !important;
flex-direction: row-reverse;
gap: 20px;
}
.product .product--thumbnail_slider .product__media-gallery use-animate {
display: block;
width: 100%;
}
.product .product--thumbnail_slider .product__media-gallery .thumbnail-slider ul {
display: flex;
flex-direction: column;
}
</style>
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
This is an accepted solution.
@Back9ine here is the update code
put into same place
<style>
.product--thumbnail_slider .product__media-gallery {
display: flex;
flex-direction: row-reverse;
gap: 50px;
}
.product--thumbnail_slider .product__media-gallery use-animate {
display: block;
width: 100%;
}
.product--thumbnail_slider .product__media-gallery .thumbnail-slider ul {
display: flex;
flex-direction: column;
}
</style>
.product--thumbnail_slider .product__media-gallery {
display: flex;
flex-direction: row-reverse;
gap: 50px;
}
.product--thumbnail_slider .product__media-gallery use-animate {
display: block;
width: 100%;
}
.product--thumbnail_slider .product__media-gallery .thumbnail-slider ul {
display: flex;
flex-direction: column;
}
result:
Hi Gutenplayer. Thank you for your response.
When I paste the code you shared below the </head> tag in theme.liquid the thumbnails remain where they are and the code text shows up on the top of my webpage. Is there a more specific location I need to add the code?
Thanks!
This is an accepted solution.
@Back9ine here is the update code
put into same place
<style>
.product--thumbnail_slider .product__media-gallery {
display: flex;
flex-direction: row-reverse;
gap: 50px;
}
.product--thumbnail_slider .product__media-gallery use-animate {
display: block;
width: 100%;
}
.product--thumbnail_slider .product__media-gallery .thumbnail-slider ul {
display: flex;
flex-direction: column;
}
</style>
Thank you! Worked great.
Hi Gutenplayer, when I repositioned the thumbnails to the left side, the slider is now in the center across the middle of the product photo and thumbnail. Is there a way to fix or remove it on desktop?
This is an accepted solution.
Please add this code to theme.liquid file, after <head>
<style>
.product .product--thumbnail_slider .product__media-gallery {
display: flex !important;
flex-direction: row-reverse;
gap: 20px;
}
.product .product--thumbnail_slider .product__media-gallery use-animate {
display: block;
width: 100%;
}
.product .product--thumbnail_slider .product__media-gallery .thumbnail-slider ul {
display: flex;
flex-direction: column;
}
</style>
- Helpful? Like & Accept solution! - Support me? Buy me a coffee
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
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