Site logo

[Resolved] How to adjust Site title letter spacing and line height

Home Forums Support [Resolved] How to adjust Site title letter spacing and line height

Home Forums Support How to adjust Site title letter spacing and line height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1826710
    Paul

    Hello,

    How do I make adjustments to the Site title’s “letter spacing” and “line height in GP”?

    I have checked under Customising > Header > layout > Typography and can only see
    font weight and font size.

    Do i need CSS for it? Is so, advise on the CSS commands needed.

    Thank you

    #1826717
    Leo
    Staff
    Customer Support

    Hi Paul,

    Try this CSS:

    .navigation-branding .main-title {
        letter-spacing: 0.2em;
        line-height: 1.5em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #1826855
    Paul

    This worked, many thanks!

    #1826862
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.