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

    Hi,

    The basket in enfold shows on the desktop on the right hand side of the screen. However in mobile view it disappears and the user has no way of getting to the basket apart from searching for it. Can you assist please?

    Thanks.

    #1289190

    Hey,

    Thanks for contacting us and sorry for the late reply!

    It seems like you have following custom CSS code which hides mini cart on screens below 767px

    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
        display: none;
    }}

    Please remove it and it should be working as expected :)

    Best regards,
    Yigit

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