Hi there, I just wanted to remind that somehow that issue was not solved. the checkout cart on mobile phone is still cut off (in my case) and I am not sure why.
I have ENFOLD running with Woocommerce and WC German Market.
Any idea?
thanks
Pedro
Hi aovivo!
It looks like you did some CSS changes to make your mobile menu display on bigger screens than normal.
Add this as well.
@media only screen and (max-width: 959px) {
.cart_dropdown { right: 7.5% !important; }
}
And play around with the 959px until it looks good.
Best regards,
Elliott