Reputation: 105
I am having a problem getting the add to cart button to work. Not sure, what portion of code is causing this problem. However, is the link with the issue: https://barkerbespoke.com/collections/tie-collection/products/black-wool
What do you suggest?
Upvotes: 0
Views: 516
Reputation: 687
On theme.scss.css find class .controlls and decrease z-index to 99 and add this css to this class:
.product-detail__utilities{position:relative; z-index:999;}
Hope this help you.
Upvotes: 1