Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1030720

    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

    IMG
    https://drive.google.com/file/d/1l1iUgKr0kYNfhaL_bUms0q9RL77GznDK/view?usp=sharing

    #1031450

    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

    #1031455

    Thanks, it works very well

    #1031494

    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

    #1031723

    That’s all, thanks

    #1031725

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Description under the image in Woocommerce’ is closed to new replies.