Home › Forums › WoodMart support forum › percentage badge is not showing correct percentage for some products › Reply To: percentage badge is not showing correct percentage for some products
April 27, 2022 at 8:53 pm
#371462
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Mobile:
body .product-subtotal .woocommerce-Price-amount {
margin-right: 0 !important;
}
body .product-subtotal .wgm-tax {
display: block;
width: 100%;
}
Best Regards