Tagged: image, under, woocommerce
Hello, the description of the product is on the left side of the image, I would like to place the description under the image.
I attached the image as an example, what is in the red box, go to blue
https://drive.google.com/file/d/1l1iUgKr0kYNfhaL_bUms0q9RL77GznDK/view?usp=sharing
Hey fishkdo,
Try adding this code to the end of your functions.php file in Appearance > Editor:
function custom_product_layout(){
?>
<script>
jQuery(window).load(function(){
jQuery( "#top.single-product .product .summary.entry-summary" ).appendTo( "#top.single-product .single-product-main-image" );
});
</script>
<?php
}
add_action('wp_footer', 'custom_product_layout');
If this doesn’t help, please include a admin login in the private content area so we can take a closer look.
Best regards,
Mike
Thanks, it works very well
Hi,
Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?
Best regards,
Mike
That’s all, thanks
Hi!
Glad Mike could help! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Best regards,
Yigit