font size of header
-
When I view the header image in the “preview” it looks how I want it to, but when I publish it and view it, the font is way bigger forcing the words onto a second line. Any way to fix this?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
The preview loads inside a smaller window, and the site is responsive, so it might look slightly different when previewing it.
If you have a business or premium plan, you can change the font-size for the title by adding the css below to your site in My Sites → Customize → CSS.
.site-title { font-size: 4.4rem; }The em value for the font-size can be changed to whatever you’d prefer.
-
- The topic ‘font size of header’ is closed to new replies.