Line spacing issues

How do I increase the spacing between lines? When the words go to the next line automatically, it looks jumbled up. How do I increase the spacing between the lines?

Hi @kateonaturalsol ,

Can you please send me store url so that I ca assist you on?

Thank you

@kateonaturalsol We need to set line height to increase the spacing between the lines. Click “Rich text” section and paste below code in the Custom CSS field. If it doesn’t works, please share your store URL to provide exact solution.

If you have displayed the text using heading field, use below code:

.rich-text__heading {
  line-height: 30px !important;
}

If you have displayed the text using text field, use below code:

.rich-text__text {
  line-height: 30px !important;
}

See below image for referene.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.