Reposition Product Thumbnails

Solved

Reposition Product Thumbnails

Back9ine
Excursionist
16 0 2

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

Accepted Solutions (2)

Dan-From-Ryviu
Shopify Partner
11688 2289 2472

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.

View solution in original post

comercioservice
Shopify Partner
291 37 36

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>
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!

View solution in original post

Replies 6 (6)

comercioservice
Shopify Partner
291 37 36

@Back9ine 



hi,
hope you are well,
check the list,

1, from admin, go to Online Store > Themes.
2, Actions > Edit code for your active theme.
3, Find and open the theme.liquid file, maybe in the Layout folder.
4, Look for the </head> tag and paste the Google Fonts embed code

 

.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: 

gutenplayer_0-1727721783167.png

 

 


I hope it works for you, let me know, and If you'd like to discuss this more, don't hesitate to send me a PM
Thank you
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
Back9ine
Excursionist
16 0 2

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!

comercioservice
Shopify Partner
291 37 36

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>
Was my reply helpful? Click Like to let me know! Was your question answered? Mark it as an Accepted Solution.
Need store customizations, bug fixing or development ? Contact with us -- Support form for quick quote!
BFCM Big Deals: Big savings 25% off -on our Shopify FAQs apps!
Back9ine
Excursionist
16 0 2

Thank you! Worked great.

Back9ine
Excursionist
16 0 2

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?

Dan-From-Ryviu
Shopify Partner
11688 2289 2472

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.