Home Forums WoodMart support forum Deleting product from side cart very hard on iphone

Deleting product from side cart very hard on iphone

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #247806

    Jowo
    Participant

    When I add product to cart, and try to delete it by clicking on “x” on my iphone, it is very hard. I try at least 3 times before the product gets deleted from the side cart.

    Every time I fail it redirects me to the product page.

    You should increase the X catch area so it is easier to delete.

    #247904

    Hello,

    Please deactivate all the plugins not related to the theme and switch the parent theme, check the issue, If the problem has gone, activate the plugins one by one, checking the issue to detect which one causes the problem.

    Best Regards

    #247911

    Jowo
    Participant

    Your theme is the problem.

    We fixed it temporarily with custom CSS:

    /* Fix sidecart delete button catch area */
    .cart-widget-side .widget_shopping_cart .remove {
        top: 0px !important;
    }
    
    .widget_shopping_cart .remove {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    #248100

    Hello,

    We are glad you have solved the issue. If you have any questions please feel free to contact us.

    Best Regards

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