[Resolved] Woocommerce full description positon

Home Forums Support [Resolved] Woocommerce full description positon

Home Forums Support Woocommerce full description positon

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1323839
    David

    Hello

    I’ve added this to my functions file to move the price above the short description…

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30);
    add_action('woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 15);

    Which worked but now the full description sits under the categories list, how can I get it to break so it’s underneath the product images?

    https://www.savage-beauty.co.uk/product/test-product-2/

    Thanks
    Dave

    #1323874
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .woocommerce div.product div.summary + h2 {
        clear: both;
    }
    #1323877
    David

    Thanks David

    #1323880
    David
    Staff
    Customer Support

    You’re welcome

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