Quick summary
Changing line spacing in WordPress requires using the Custom HTML block to apply inline CSS line-height styles directly to your paragraph text. This method gives WordPress authors precise control over text readability and content appearance without installing plugins.
Steps
- Go to your WordPress dashboard and navigate to Posts or Pages.
- Click the post or page where you want to adjust the line spacing.
- Select the text you want to adjust.
- Click on the Paragraph icon, then select Code to transform the block.
- Click on it again, then select Custom HTML.
- Add inline styles directly to the text: <p style="line-height: 2;">Your text here</p>.
- Select Preview to view the paragraph you adjusted.
- Confirm your changes to effectively manage and customize line spacing to enhance readability and appearance.



