In my product page, the mobile view looks good. However, in the desktop view, I would like the heading, price, buy buttons, etc. on the right side instead of below the product picture. This would allow the product image to be smaller on desktop (which I want), my URL is lakebaez.com
Hello @LakeBaez
Its Artzen Technologies! We will be happy to help you today.
Go to the Online Store->Theme->Edit code->Assets->base.css>
Paste this css at bottom of base.css file
@media (min-width: 1200px){
.product__outer.container.product__outer--desktop-order-left {
flex-direction: row-reverse;
justify-content: center;
}
}
Let me know if need further assistance
Regards,
Artzen Technologies
Unfortunately did not notice any difference with the addition of that code. I am using Berlin theme if that helps at all.
My before photo doesn’t look like that. The product image is above the content and the product page image is much larger because of that (too large).

