Hello, I ran into the same issue. I fixed it by adding CSS to my site:
.spectra-container-link-overlay {
height: 100%; !important
}
seems like a bug, in the code inspector i noticed that the actual link element is 0px in height so it was basically non existing. With that code you give it a height of the container and it works!
-
This reply was modified 1 year, 6 months ago by martinklein.