Hello! We are building a new site with Enfold theme and to make it different from the one we already have (same theme), we were wondering if we could switch the layout of single product page template (for example this one: https://aquaquestonline.com/product/best-waterproof-kayak-boating-canoe-backpack-bag-aqua-quest-mariner-10-litres/) so that the product image was on the right and the description was on the left? So basically switch sides to the opposite of what they are now. Would you be able to help us with that?
Hi gearouthere!
Thank you for using Enfold.
Add this to the Quick CSS field:
.single-product-main-image {
width: 33%;
float: right;
margin-left: 50px;
}
Cheers!
Ismael
Thanks Ismael, worked like magic :)