How can I shift an image from left to right in an image column block?

How to move the image left to right in image column block

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

@stunnerfitness

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

https://stunnerfitness.in/products/stx-365-multi-functional-motorized-treadmill

Please add below css code in bottom of assets/theme.css file

.image-columns {
display: flex;

}

.image-column–image {
order: 2;

}
Thank you.

Added what will do next

I checked it in my device there is no css for order:2 please see attachment.

Thank you.

How can i Add that css

Im added that code in Theme css file but it was not Changing

go to assets folder in that theme.css file is there.

open theme.css file

then paste above code in bottom of theme.css file

Thank you.

Already Added

Please add " } " after line number 15.

Thank you.

hope it’s work.

no its not working