From a3047cb85cd57a2f54735fb5709f1e74678ad644 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 4 Dec 2025 16:59:45 +0100 Subject: [PATCH] FEATURE Adding a test layout widesize (not working) --- theme.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index fd8c0df..c102614 100644 --- a/theme.json +++ b/theme.json @@ -3,7 +3,11 @@ "settings": { "layout": { "contentSize": "960px", - "wideSize": "1280px" + "wideSize": "1280px", + "xWideSize": "1400px", + "custom": { + "xWideSize": "1400px" + } }, "spacing": { "blockGap": true, @@ -130,6 +134,17 @@ "size": "1.875rem" } ] + }, + "styles": { + "blocks": { + "core/columns": { + "layout": { + "contentSize": "960px", + "wideSize": "1280px", + "xWideSize": "1400px" + } + } + } } } } \ No newline at end of file