thuygtn wrote:
Dear sir,
Please go to this file: /templates/sj_joomshop/css/template.css and find:
.productfull .product-image .image_middle{width:auto;position:relative;margin-bottom:10px}
Edit to:
.productfull .product-image .image_middle{width:auto;position:relative;margin-bottom:10px, pointer-events: none;}
Thanks
Grazie, piccolo errore di battitura... la stringa corretta per chi interessa è:
.productfull .product-image .image_middle{width:auto;position:relative;margin-bottom:10px; pointer-events: none;}