From b82d4868776d1163f1d46e237646eb44056e0c39 Mon Sep 17 00:00:00 2001 From: jamey Date: Mon, 9 Mar 2026 09:53:54 +0000 Subject: [PATCH] fix header nav spacing for standard layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove global margin-left: auto from .shop-actions since it conflicts with justify-content: space-between in the standard header layout. Keep margin-left: auto only for the left layout variant where it's needed. Also fix .shop-cart → .shop-actions selector in layer2. Co-Authored-By: Claude Opus 4.5 --- assets/css/shop/components.css | 1 - assets/css/theme-layer2-attributes.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/css/shop/components.css b/assets/css/shop/components.css index f5c04b3..24f4a88 100644 --- a/assets/css/shop/components.css +++ b/assets/css/shop/components.css @@ -1090,7 +1090,6 @@ align-items: center; position: relative; z-index: 1; - margin-left: auto; } .header-icon-btn { diff --git a/assets/css/theme-layer2-attributes.css b/assets/css/theme-layer2-attributes.css index 602f9d5..9254010 100644 --- a/assets/css/theme-layer2-attributes.css +++ b/assets/css/theme-layer2-attributes.css @@ -73,7 +73,7 @@ gap: 2rem; } - & .shop-cart { + & .shop-actions { margin-left: auto; } }