Home › Forums › WoodMart support forum › Request for Mini Cart Changes › Reply To: Request for Mini Cart Changes
May 13, 2024 at 4:22 pm
#565231

Aizaz Imtiaz Awan
Keymaster
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.cart-widget-side {
width: 500px !important;
}
.woocommerce-mini-cart__buttons .checkout {
font-size: 30px;
width: 100%;
height: 60px;
}
Best Regards.