The description for the product displays on the right side of the product image. We require the description under the product image as it looks lop-sided and content squeezed on the right. Unfortunately the demo seemed to indicate that it would display under the product images or wrapping underneath. The product content on the demo seems to show underneath as the description comes down then followed by 'see also' products giving the impression of wrapping. Is there a setting to allow the product description to go underneath the product image? A demonstration of what is needed is found here, where the description is displayed underneath the product image: http://theme-fusion.com/avada/product/visvim-gornergrat-mid-folk/
You can get this functionality by opening your functions.php file and deleting this section:
//change tab position to be inside summary
remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10);
add_action('woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1);
Hi ThemeNectar,
The description for the product displays on the right side of the product image. We require the description under the product image as it looks lop-sided and content squeezed on the right. Unfortunately the demo seemed to indicate that it would display under the product images or wrapping underneath. The product content on the demo seems to show underneath as the description comes down then followed by 'see also' products giving the impression of wrapping. Is there a setting to allow the product description to go underneath the product image? A demonstration of what is needed is found here, where the description is displayed underneath the product image: http://theme-fusion.com/avada/product/visvim-gornergrat-mid-folk/
Thanks, R
Hey!
You can get this functionality by opening your functions.php file and deleting this section:
Cheers :)
Perfecto! Thank you!