[object Object]

← back to Dw Theme Hamburger

header: reduce centered front-page logo (100->70px) + hamburger drawer logo (200->128px)

f5f8bf19c1697823e2c710310c47695214531dbd · 2026-07-14 13:04:50 -0700 · Steve Abrams

Files touched

Diff

commit f5f8bf19c1697823e2c710310c47695214531dbd
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 14 13:04:50 2026 -0700

    header: reduce centered front-page logo (100->70px) + hamburger drawer logo (200->128px)
---
 assets/custom.css | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/assets/custom.css b/assets/custom.css
index bd5b4ef..0f42e33 100644
--- a/assets/custom.css
+++ b/assets/custom.css
@@ -1360,3 +1360,22 @@ input.add-to-cart:hover,
   border-top: 1px solid rgba(0, 0, 0, 0.12);
   pointer-events: none;
 }
+
+/* Smaller centered header/front-page logo (overrides compact-left 100/80px caps) */
+.header-layout-compact-left .header-branding-desktop img,
+.header-branding-desktop .logo-image {
+  max-width: 70px;
+  max-height: 46px;
+  width: auto;
+  height: auto;
+}
+/* Smaller logo inside the hamburger drawer (was max-width 200px) */
+.header-branding-mobile .logo-link {
+  max-width: 128px;
+}
+.header-branding-mobile .logo-image {
+  max-width: 128px;
+  max-height: 60px;
+  width: auto;
+  height: auto;
+}

← 97cb750 hamburger: pin Custom Walls + Trade to top of drawer, bold +  ·  back to Dw Theme Hamburger  ·  header: Times New Roman stacked wordmark (logo-height); move 5ea5861 →