Home Forums WoodMart support forum Margin left over which makes the decrease quantity button in the cart look ugly Reply To: Margin left over which makes the decrease quantity button in the cart look ugly

#467138

Hello,

The problem is caused by woo-ya pay plugin styles: https://gyazo.com/838d0c26aea804ba2c4e8a346d945cc2

If you deactivate it, this margin would disappear.

Please add this code to the Theme Settings > Custom CSS > Global to fix that:

body div.quantity input[type="button"] {
margin-right:0;
}

Best Regards