How can I move thumbnail images to the right on the Impulse theme?

Hello

How can i have the thumbnail images on my product page on the right instead of the left.

Like this

I am using the Impulse theme.

And i have basic knowledge of coding

Thank You

@TBS2022 - can you please share this page link?

https://the-body-shop-mauritius.myshopify.com/

cleeth

i need it to be like this

https://thebodyshop.it/collections/body-view-all/products/p002346

@TBS2022 - please add this css to the very end of your theme.css file and check

@media only screen and (min-width: 769px){
.product__main-photos{order:2;}
}

should look like the screenshot, will NOT change on mobile

i need the thumbnails to be on the right side of the main photo.

Nothing changed with the code

@TBS2022 - you already have this,this is default without any change

this is not my site - i need mine to be like that

my site is https://the-body-shop-mauritius.myshopify.com/

cleeth

@TBS2022 - please add this css

@media only screen and (min-width: 769px)
{
.product__main-photos .product__thumbs{order: 2;}
}

nothing is happening :disappointed_face:

@TBS2022 - sorry my bad, please add this

@media only screen and (min-width: 769px)
{
.product__photos .product__thumbs{order: 2;}
}

still nothing :disappointed_face:

@TBS2022 - can you add me as collab? i will check it because code is not wrong, must be some other issue like cache or previous css error

ok

please send the request

@TBS2022 - request sent

done

@TBS2022 - I am not able to login, my account is deactivated, can you please check?

i have managed to make it work with the code sent above- thanks

@TBS2022 - ok great