Home › Forums › WoodMart support forum › Boxed Width Blank Space on the Left when Shopping Cart is Open › Reply To: Boxed Width Blank Space on the Left when Shopping Cart is Open
December 17, 2017 at 9:27 am
#29307
Artem Temos
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue
.woodmart-cart-opened {
background: rgba(0,0,0,0.9);
}
body {
transition: 0.3s background easy-in-out;
-webkit-transition: 0.3s background easy-in-out;
}
Regards