Home › Forums › WoodMart support forum › Mobile view checkout – Mobile Ansicht Kasse › Reply To: Mobile view checkout – Mobile Ansicht Kasse
January 24, 2022 at 12:33 pm
#347478
Aizaz Imtiaz Awan
Keymaster
Hello,
Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Mobile CSS section:
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th {
padding-left: 0;
padding-right: 0;
}
Best Regards.