Can I shift my product photo from right to left on Shopify?

thehomemovement
Visitor
2 0 2

how to i move my product photo from right to left?

Replies 3 (3)

KetanKumar
Shopify Partner
36839 3635 11972

@thehomemovement 

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community!😊
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
thehomemovement
Visitor
2 0 2
Thehomemovement.com
KetanKumar
Shopify Partner
36839 3635 11972

@thehomemovement 

thanks for the store URL can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.min.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

@media only screen and (min-width: 61.85em) {
.product--template>.product__content {
    order: 2;
    grid-column: right;
}
.product--template>.product__wrapper {
    grid-column: left;
}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing