Okay
  Public Ticket #161295
Adding extra line spacing in a paragraph
Closed

Comments

  • Georgia started the conversation
    Bit of a newbie question: I've styled a paragraph of text as H3; I like the sizing but the lines are very tightly spaced together (ascenders and descenders are touching). Can I add an attribute to the page code to specify spacing between lines of text in a specific paragraph (that doesn't affect the rest of the site)? (Seemed fine before the recent update, not sure what changed.)
  •  1,069
    ThemeNectar replied

    Hey Georgia, please supply me a URL where I can see this so I can take a peek at what's causing it :)

    Cheers

  •   Georgia replied privately
  •  1,069
    ThemeNectar replied

    Hey!

    Add this into your Custom CSS box located in your Salient Options panel:

    h3.light {
        font-size: 24px!important;
        line-height: 34px !important;
    }

    Cheers :)

  • Georgia replied

    Worked perfectly—THANK YOU SO MUCH!