Hi,
I would like to change the product page layout and have the photo take one half of the page and the product short description on the other half (instead of 1/3 – 2/3 as it is now). Would it be something easy to do? Could you help me?
Many thanks in advance !
Olivia
PS : I am using woocommerce, no sidebar, not rating tabs
Hey!
Open up wp-content/themes/enfold/config-woocommerce/config.php and replace:
echo "<div class='four units single-product-main-image alpha'>";
with
echo "<div class='six units single-product-main-image alpha'>";
and
echo "<div class='eight units single-product-summary'>";
with
echo "<div class='six units single-product-summary'>";
Regards,
Peter