Hi Squarespace Community!
I'm looking to move all product titles above the product image. Example page here: https://mitchgreenphotos.com/prints/ccathedral-rocks-cave-glow-sunrise-kiama
I've used the below CSS to rearrange the display order, but I can't seem to move the product image down from top position.
Thanks in advance!
Mitch
#productDetails {
display: flex;
flex-direction: column;
.product-title {
order: 1;
}
.product-excerpt {
order: 2;
}
.product-price {
order: 3;
}
.product-variants {
order: 4