[object Object]

← back to Dw Theme Hamburger

hide wordmark inside drawer clone (overflow + close-X crowding)

03975972142fc21f1dfe111edb5b3ed468056926 · 2026-07-13 09:49:08 -0700 · Steve Abrams

Files touched

Diff

commit 03975972142fc21f1dfe111edb5b3ed468056926
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Mon Jul 13 09:49:08 2026 -0700

    hide wordmark inside drawer clone (overflow + close-X crowding)
---
 assets/theme.css.liquid | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/assets/theme.css.liquid b/assets/theme.css.liquid
index 00c0af1..6e9383c 100644
--- a/assets/theme.css.liquid
+++ b/assets/theme.css.liquid
@@ -12340,9 +12340,10 @@ https://apps.shopify.com/coin
     letter-spacing: 0.12em;
   }
 }
+/* inside the drawer the DW logo already carries the name — hide the wordmark
+   so it can't overflow the 450px panel or crowd the close X */
 .navigation-mobile .header-branding-mobile .header-wordmark {
-  font-size: 13px;
-  letter-spacing: 0.14em;
+  display: none;
 }
 
 @media (min-width: 1080px) {

← e386008 drawer branding block visible on desktop (close X fix)  ·  back to Dw Theme Hamburger  ·  pdp: move 'More Wallcoverings Like This' to page bottom + Re 9e5f227 →