Hello,
I would like to change the product page layout with the long description extended to full width, i.e. also below product image.
Is it possible?
Thank you Mauro
Hey Mauro,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.single-product-summary {
width: 100%;
}
Best regards,
Yigit
Thank you
But like this also Name of the product, price range and short description moves below the image
Please see screenshot http://www.profumo.it/screenshots/cattura.jpg
What I would like to acheive is as shown in this image http://www.profumo.it/screenshots/cattura1.jpg
Thank you Mauro
Hi,
Can we please see your web site?
Best regards,
Basilis
Hello,
have you done something? Do you have access?
I cannot notice any change on product layout
Thank you
Mauro
Hi Mauro,
No, we have not since we did not have logins :)
Please add following code to Functions.php file of your child theme in Appearance > Editor
function av_woo_tabs_below() {
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 20 );
}
add_action( 'init', 'av_woo_tabs_below');
Best regards,
Yigit
Great! Excellent!
Thank you
Mauro
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit