Heyyy!
I am hoping to change the product page layout so that the product images are on the left and the product description is on the right (opposite of what it currently is). Any suggestions? I tried updating the float but that did not work. Thanks!
pw: surf
Hi,
You can achieve this by editing the CSS
Click 3 dots on top left of customise theme page → click edit code → find assets folder → open base.css
paste into the top:
.product-page–wrapper {
flex-direction: row-reverse
}
Success! Thank you so much!