How to indent in wordpress
- George Apostolov
- 05 Sep 2025
Guide
Access the WordPress editor by logging in to your admin dashboard and navigating to the “Posts” section.
Edit an existing one or create a new post.
Click "Custom HTML" under the "Blocks" tab.
Switch to the “HTML” mode in the editor.
Copy the paragraph that you want to indent and add the HTML <blockquote> tag before the text and the closing </blockquote> tag after the indented text.
Select "Preview" to check the paragraph.
By using the <blockquote> tag, you can create a visually indented block of text within your WordPress content.
Create your first interactive demo in minutes
No credit card required • Start building today


