This topic has 6 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi,
My client requires only the product image and product information on the single product page (i.e. no side widgets). At the moment the product image is too large. I would like to reduce the width (and therefore height) of the image by about a 1/3 and increase the width of the product information column by about a 1/3. I have adjusted the image size setting in woocommerce (and regen thumbnails) and also examined the css to see obvious size settings – but to no avail.
Please could you advise the best way to make this modification.
Many thanks
David
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall.
Hi – did you get the information I provided in private content? Posting again in case it got lost.
Thanks
David
Hello,
You need edit the file wp-content/themes/woopress/woocommerce/content-single-product.php (lines 50 and 62) and change the code col-lg-6 col-md-6
to col-lg-3 col-md-3
on line 50 and the code col-lg-6 col-md-6
to col-lg-8 col-md-8
on line 62.
Thank you.
Regards,
Eva Kemp.
Perfect, thank you. Obvious now you have pointed it out !
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Product image size for single product view layout’' has been successfully resolved, and the topic is now closed for further responses