CART

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #30300

    leonidas
    Participant

    I want the “cart widget side” to cover the whole area under 425px.Is this possible? Made some experiments changing it’s width but I didn’t succeed.
    Regards

    #30357

    Bogdan Donovan
    Keymaster

    Try to add this code to achieve this:

    @media (max-width: 425px) {
    
    	body .cart-widget-side {
    		width: 100%;
    		transform: translate3d(100%,0,0);
    		-webkit-transform: translate3d(100%,0,0);
    	}
    }

    Regards

    #30519

    leonidas
    Participant

    Thank you.Close the ticket please

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

The topic ‘CART’ is closed to new replies.