wooCommerce Points and Rewards plug in
the points doesn't display at the right spot, normally it's top or bottom of the add to cart
https://pchome.icu/shop/dr-love-palace%e7%b3%bb%e5%88%97-%e7%b9%81%e8%8f%af/
the points doesn't display at the right spot, normally it's top or bottom of the add to cart
https://pchome.icu/shop/dr-love-palace%e7%b3%bb%e5%88%97-%e7%b9%81%e8%8f%af/
Comments
Please try the following CSS code:
.single-product .cart{ flex-wrap: wrap; } .single-product .wc-points-rewards-product-message{ flex: 0 0 100%; } .single-product .single_add_to_cart_button{ flex: 0; flex-grow: 1!important; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks