Why aren't my products clickable on aerobell.co.uk?

website: aerobell.co.uk/

When l click the product name or image , it is no longer clickable so it takes me to the product page.

1 Like

@chanteleo

Please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.grid-view-item__link {
    display: block !important;
    position: absolute !important;
}

.product-card__title {
    display: block !important;
    width: max-content !important;
    margin: 0 auto !important;
}

.price {
    display: block !important;
    text-align: center !important;
}