Reply 235463 to: Move the Wishlist to the bottom of the product page

Avatar: Rose Tyler
Rose Tyler
Support staff
May 3, 2020 at 11:35

Hello,

It is not possible, by default.
Try to use the next custom CSS code:

.single-product .product-information-inner .fixed-content {
    display: flex;
    flex-direction: column;
}
.single-product .product-information-inner  h1.product_title.entry-title { order: 1;}
.single-product .product-information-inner  .key-sku { order: 2; }
.single-product .product-information-inner  .price { order: 3; }
.single-product .product-information-inner  .cart { order: 4; }
.single-product .product-information-inner  .yith-wcwl-add-to-wishlist { order: 7; }
.single-product .product-information-inner  .compare.button { order: 5; }
.single-product .product-information-inner  .product_meta { order: 6; }
.single-product .product-information-inner  .product-share { order: 8; }
.single-product .product-information-inner .woocommerce-tabs { order: 9; }

Change order number depends on your neeeds.

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.