From 1c61a05fcfd03e2f1ed896addb2468add2874a78 Mon Sep 17 00:00:00 2001 From: Roman Pyrih Date: Tue, 24 Feb 2026 12:31:09 +0100 Subject: [PATCH] Disable big containers RWD --- themes/ayon/assets/css/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/ayon/assets/css/theme.css b/themes/ayon/assets/css/theme.css index 4e97ca9..c18c49e 100644 --- a/themes/ayon/assets/css/theme.css +++ b/themes/ayon/assets/css/theme.css @@ -13641,7 +13641,7 @@ li.product-flag.discount { max-width: 100%; } } -@media (min-width: 1440px) { +/* @media (min-width: 1440px) { .container { width: 1260px; max-width: 100%; @@ -13658,7 +13658,7 @@ li.product-flag.discount { width: 1600px; max-width: 100%; } -} +} */ .layout-full-width:not(.page-search) #wrapper > .container { max-width: 100%; width: auto;