← back to Dw Theme Hamburger
hotfix: wordmark rendering vertically (per-letter wrap) -> nowrap + auto-width branding
6ab39dac60bce3b1e018d36e598ffb54b371f9f6 · 2026-07-14 13:28:25 -0700 · Steve Abrams
Files touched
Diff
commit 6ab39dac60bce3b1e018d36e598ffb54b371f9f6
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Tue Jul 14 13:28:25 2026 -0700
hotfix: wordmark rendering vertically (per-letter wrap) -> nowrap + auto-width branding
---
assets/custom.css | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/assets/custom.css b/assets/custom.css
index 5bda156..afa364f 100644
--- a/assets/custom.css
+++ b/assets/custom.css
@@ -1387,9 +1387,14 @@ input.add-to-cart:hover,
font-size: 21px;
line-height: 1.1;
letter-spacing: 0.06em;
- white-space: normal;
+ white-space: nowrap; /* each word stays whole; the <br> makes the 2-line stack */
text-align: left;
}
+/* let the centered branding size to logo + wordmark instead of the narrow
+ compact-left clamp (150/100/80px) that was crushing the wordmark to 1 char wide */
+.header-layout-compact-left .header-branding-desktop {
+ width: auto !important;
+}
@media (max-width: 539px) {
.header-branding .header-wordmark {
font-size: 15px;
← 2dad905 header: move Checkout button down next to the cart
·
back to Dw Theme Hamburger
·
header: remove Checkout button, keep cart 69fe885 →