Site title letter spacing and mobile letter size
-
Hi,
Using some code I found in here I have managed to get my site title to show nice and big on computer screen but it’s resizing way too small on mobile.
How can I force the site title to fit/fill the screen width on mobile?
Also, is there a way I can target the spacing between letters in the site-title to bring them closer together. I’m using a custom font for my band logo lettering but the letters are much too far apart. Reducing the space between them somehow would be brilliant.
Here is the code I am using already for the letter sizing:
@media all and (min-width: 62.5em) {
.site-title {
font-size: 200px;
}
}Please also note that this is the ‘Morning’ theme variant, not Apex itself.
Thanks in advance ??
- The topic ‘Site title letter spacing and mobile letter size’ is closed to new replies.