← back to Dw Theme Hamburger
drawer branding block visible on desktop (close X fix)
e386008664e246ac75ed96169b9ca6427e9e67d7 · 2026-07-13 09:47:15 -0700 · Steve Abrams
Files touched
M assets/theme.css.liquid
Diff
commit e386008664e246ac75ed96169b9ca6427e9e67d7
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jul 13 09:47:15 2026 -0700
drawer branding block visible on desktop (close X fix)
---
assets/theme.css.liquid | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/assets/theme.css.liquid b/assets/theme.css.liquid
index ac0c962..00c0af1 100644
--- a/assets/theme.css.liquid
+++ b/assets/theme.css.liquid
@@ -12403,4 +12403,11 @@ https://apps.shopify.com/coin
.navigation.navigation-mobile .navigation-submenu-toggle {
display: inline-block;
}
+ /* drawer keeps its branding block (logo + wordmark + close X) on desktop */
+ .navigation-mobile .header-branding-mobile {
+ display: block;
+ }
+ .navigation-mobile .header-branding-mobile .logo-link {
+ justify-content: center;
+ }
}
\ No newline at end of file
← aa68d6b hamburger nav at all widths + spelled-out Designer Wallcover
·
back to Dw Theme Hamburger
·
hide wordmark inside drawer clone (overflow + close-X crowdi 0397597 →