Home Forums WoodMart support forum Boxed Width Blank Space on the Left when Shopping Cart is Open

Boxed Width Blank Space on the Left when Shopping Cart is Open

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29281

    mikewordpress
    Participant

    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.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)