Home Forums WoodMart support forum In the mobile version, the “proceed to pay” button does not appear Reply To: In the mobile version, the “proceed to pay” button does not appear

#473243

Hello,

Please use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Mobile section only:

.woocommerce-cart .cart-totals-section.col-12.col-lg-5.col-xl-4.cart-collaterals {
    left: 0px !important;
}

Best Regards.