Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #422458

    I need to move the descriptiong box underneath the product image.

    I know some code can be placed into the functions.php file but I have no idea what code I need in order to this.

    Any help is very much appreciated.

    Luke

    #422508

    Hey Luke86!

    Thank you for using our theme.

    Due to the html structure you can only move it below the small images with CSS.

    In custom.css or Enfold -> General Styling -> Quick CSS field put the following and adjust the values as needed:

    
    .single-product-summary {
        float: left !important;
        margin-top: 10px !important;
        width: 66% !important;
    }
    

    If you want to change the HTML structure you must check enfold\config-woocommerce\config.php and check for the hooks woocommerce_before_single_product_summary, woocommerce_after_single_product_summary.

    Cheers!
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.