Dawn Theme - Featured Collections, View All button only working in bottom half of the button

I have noticed this issue only with featured collections. The View All button is only clickable if you hover over the bottom half of the button, see image below and my mouse has to be below the red line, but not lower than the actual button in order to have the link work correctly. Has anyone else had this issue? Any suggestions to resolve this?

1 Like

which browser

I have tested in Chrome & Edge and I get the same results.

I am serving this issue back up again as it is still unresolved and very much an issue with the Dawn Theme.

Same issue here!

Please let us know how you resolve it! Thank you

2 Likes

This has been resolved in another thread.

https://community.shopify.com/c/shopify-design/how-can-i-make-the-quot-view-all-quot-button-fully-clickable-in/m-p/1400164#M368532

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > base**.css** and paste this at the bottom of the file:
.center {
    position: relative !important;
    z-index: 1 !important;
}
1 Like