• Resolved cd

    (@chuffeddeal)


    Please help me to alter the position of product data and product short description.

    I want the short description box to appear after color, size, and all other buttons. I have shared the link to the product page where I need the changes.

    Urgent help would be appreciated.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey m8,

    please add this to your themes function.php:

    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 );

    Tell me if it works for you.

    BG
    Johannes

    Thread Starter cd

    (@chuffeddeal)

    It worked but SKU, Category, and tags are still downside. They also need to be display just after add to wishlist.

    Also, could you help me to display rating star display just below the product title.

    Your help would be appreciated.

    Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    Your best bet is to post this in the [Advanced WooCommerce Group on Facebook](https://www.facebook.com/groups/advanced.woocommerce) to see if someone can help you out there.

    Hopefully that helps! Have a great one!

    Thread Starter cd

    (@chuffeddeal)

    Hello,

    could anyone please help me to restore the settings. I want the selection button to be appear first then the products short description.

    The reason behind that is the selection buttons are going too much down getting unparallel to the product image which making difficult in choosing right product/size/color.

    urgent help would be appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Product Description Alignment’ is closed to new replies.