Viewing 2 replies - 1 through 2 (of 2 total)
  • Looks like clicks on the upper part of the button are recognised, but when you hover over a button, the top and bottom button paddings reduce, making the button less high, so any clicks on the bottom part of the button that is no longer there are missed. The fix is to not allow the button paddings to change on active or hover. Try this in your custom css:

    .button.active, .button.active:hover
    {padding-top:0.618em; padding-bottom:0.618em}

    If your theme does not have a setting where you can enter custom css, you can use a plugin like this one:
    https://www.ads-software.com/plugins/simple-custom-css/

    Thread Starter sajay

    (@sajay)

    Wow! That did it!

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woccommerce Add to Cart not working consistently on Safari’ is closed to new replies.