I recently purchased a template and started to design my website. As you can see below I’m trying to get the word “Learnr” to fit on page across all web formats (desktop & mobile).
The obvious answer seems to be to reduce font size which does help to fit the word on the page, however when I do this it makes the font really big on mobile as per image below:
Thanks so much for your help! I have put an embed on Hero Text (just the word “Learnr”) and copy pasted your code across. I’m afraid to say it hasn’t changed the placement / font size on desktop and the end of the word is still missing. Any other ideas?
If I understand you correctly, you want the word to “fill” the width of the screen, whether it is on desktop or on mobile. Am I right here?
If so:
Rather than using fixed units like px you could use vw (viewport width) as the unit for your font size. With that, the word should always use the same relative space depending on the screen size.
Few ways you can do it but made short video showing how I would approach this. I wasn’t sure about the html embed you have in there, you might be able to remove it.