Boxed Width Blank Space on the Left when Shopping Cart is Open
-
Hello,
I have set to use Boxed width for the site but when I open the shopping cart
the left blank space is not dimmed like the main body of the site.
I think this was not supposed to be this way because on full width all other part is dimmed except the shopping cart.
How can I make this left blank space dimmed together with the main body?
Please see the attached file for better understanding.
Thank you,
Attachments:
You must be
logged in to view attached files.
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