Thanks. I figured it out. .single-product-main-image {
width: 53%;
float: left;
margin-right: 50px;
overflow: hidden;
padding-bottom: 50px;
}
Just need to change the width of the image.
Thanks for the quick reply.
A test site is here:
I am looking for something like this – 50% image and 50 % text. Just not sure how to change the <div> layout.
