How can I position the product image at the top on desktop view?

Hey there!

I’m having a bit of an issue.

I would like to place the product image above everything, on desktop. I kind of want it to look like how it would look like on mobile (I’ve attached a photo).

May someone please help me out?

Thanks!

link to product page: https://k5kfzknmxvjb3k85-74101391678.shopifypreview.com

Hi @disciplinam

This is BSS Commerce - Full-service eCommerce Agency. We’d love to suggest you this solution:

Go to theme => Edit code => Add this code at the end of file base.css:

.product.product--mobile-hide {
   display: flex !important;
   flex-direction: column !important;
}

Hope this helps.

@BSS-Commerce Thank you!

edit: [email removed]