From d88c7e647c8dd49e40fcfe9fe5821ec7973d5b29 Mon Sep 17 00:00:00 2001 From: Lur Ibargutxi Date: Fri, 14 Jan 2022 15:12:08 +0100 Subject: [PATCH] stackable for responsive and large image by default --- src/AdvancedListingBlockTemplate.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/AdvancedListingBlockTemplate.jsx b/src/AdvancedListingBlockTemplate.jsx index 6e6dc20..c44b6e0 100644 --- a/src/AdvancedListingBlockTemplate.jsx +++ b/src/AdvancedListingBlockTemplate.jsx @@ -41,13 +41,13 @@ const AdvancedListingBlockTemplate = ({ const contentGridWidth = oneColumnElement ? 12 : hasImage - ? 12 - imageWidth - : 12; + ? 12 - imageWidth + : 12; const intl = useIntl(); moment.locale(intl.locale); return ( <> - + {items.map((item) => ( @@ -64,7 +64,7 @@ const AdvancedListingBlockTemplate = ({ {item[settings.listingPreviewImageField] && (