Thanks Elise!
That helped me out. Now it is working like i want.
I did have to put the following code in the global CSS to fix an issue with the cart button being too far up (40px) on screens between 768 and 1200 px
thanks again! This ticket can be closed
`@media (max-width: 768px) {
body .product-grid-item:not(.basel-hover-base) .product-element-top .basel-wishlist-btn {
opacity: 1;
visibility: visible;
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
body .basel-hover-quick .quick-shop-wrapper {
transform: translate3d(0,-0px,0);
-webkit-transform: translate3d(0,-0px,0);
}
}