Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #882263

    Hi, it seems the cart button is not working on mobile devices, meaning it is not clickable anymore. Any fix for that?

    #882295

    Hey koszachos,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #882305

    Hi again, in the private section you can find the url for the site.

    #882564

    have you had a chance to look at the site and identify the underlying problem? Thank you

    #882994

    I have worked out a solution for anyone else experiencing this issue.

    @media only screen and (max-width: 767px) 
    {
       .responsive #top .cart_dropdown {
          z-index : 20;
       }
    }
    #883249

    Hi,

    Apologies for the delay in this, thank you for a sharing a solution others can use as well.

    Best regards,
    Jordan Shannon

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