From 6fef73f4696096e51d9e486d5e3b0667e9ff98e6 Mon Sep 17 00:00:00 2001 From: Nestor Soriano Date: Thu, 19 Nov 2020 16:58:10 +0100 Subject: [PATCH] Fix overlapping elements in shop items. --- assets/css/twenty-twenty-one.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/twenty-twenty-one.scss b/assets/css/twenty-twenty-one.scss index ef6d40893e5..32cc5a7dbf4 100644 --- a/assets/css/twenty-twenty-one.scss +++ b/assets/css/twenty-twenty-one.scss @@ -1997,7 +1997,8 @@ a.reset_variations { margin: 0 8px 16px 8px; box-sizing: border-box; - img.attachment-woocommerce_thumbnail { + img.attachment-woocommerce_thumbnail, + img.woocommerce-placeholder { height: auto !important; } }