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

    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

    #413253

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.