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 and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. 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 and Accept solution! or Buy me coffee
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image: Easy and fast to create Photo Gallery, Lookbook, Shop The Look.
- Ryviu: Aliexpress Reviews - AliExpress Reviews Importer, one-click import aliexpress reviews, export reviews to CSV file.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
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