My store name is really long and wraps badly. How do I change the font size, or add a space to the name?
Solved! Go to the solution
This is an accepted solution.
This may be an ugly solution, and I would love to know if there's a better one, but it works. In the Assets/ theme.scss.liquid file, I added the max-width:90px line. I had to find the correct # of px to get it to work, but it looks fine now on mobile. Is there a better solution?
.site-header__logo-link { display: inline-block; max-width:90px; word-break: break-word; }
User | Count |
---|---|
442 | |
192 | |
138 | |
62 | |
42 |