Site logo

Archived topic

Adjusting the Line Spacing in the Fonts for H1 and H2

11 replies · Started by Mike on May 12, 2020

Viewing posts 1–12 of 12

Hello
Is there a way to reduce the line spacing in the H1 and H2 headings? I wish to make it similar to my original site
Thank you!

Hi there,

Have you tried the options in Customizer > Typograph > Headings?

Yes, there's no option to change the spacing between letters

thanks, letter-spacing

Thanks I used that code and didn't seem to make a difference. I played around with the px number too

Can you edit the private URL field in the original topic to only include the GP site?

Then guide me to the element you are referring to.

Thanks.
Looking at the elements for:

Explore Tokyo's Most Popular Districts

And
Explore GeneratePress Catalyst

Thanks!

Looking to make the space even smaller, similar to my original non generate press site.

If you are referring to the headline in the page hero, then go to Additional CSS field in the customizer and edit these two blocks:

.hero-headline {
    font-size: 34px;
    letter-spacing: 6px;
}

@media( max-width: 768px ) {
    .hero-headline {
        font-size: 27px;
        letter-spacing: 2px;
    }
}

The second block is for mobile only.

thank you!

No problem :)

This archived topic is closed to new replies.