Reply To: Changing the inter-line spacing

Home Forums Support Changing the inter-line spacing Reply To: Changing the inter-line spacing

Home Forums Support Changing the inter-line spacing Reply To: Changing the inter-line spacing

#152829
Tom
Lead Developer
Lead Developer

I think you’re looking for line-height.

So it would be:

p {
    line-height: 17px;
}

Adjust as needed ๐Ÿ™‚