Cart button only working when clicking on bottom edge

For some reason the cart button only works when hovering on the bottom edge. Cannot figure out why this is the case.


Here is my site Read-Only: Webflow - Rareform—Uncommon Creative

Hi there,

For cart button click issues where only the bottom edge is responsive, this typically relates to either interaction settings or element stacking. Here are some common solutions:

The cart button should have full clickability across its entire surface. Check that there are no overlapping elements blocking the button. In the Navigator panel, verify that the button isn’t being obscured by other elements that might be intercepting the clicks.

Also review your button’s interaction settings:

  • Ensure the entire button has a proper cursor setting (usually “pointer”)
  • Check that any hover states or animations aren’t affecting the clickable area
  • Verify the button’s z-index if you have multiple layers in that section

If you’re using custom code or interactions, make sure they’re properly targeting the entire button element rather than just specific parts.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.