Title: paragraph alignment
Last modified: August 31, 2016

---

# paragraph alignment

 *  Resolved [lauragyre](https://wordpress.org/support/users/lauragyre/)
 * (@lauragyre)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/paragraph-alignment/)
 * I’m having trouble with alignment in the page editor. I’m using a single column
   for the top of a page, and the title is aligned with most of the paragraphs, 
   but for some reason the first paragraph is pushed out further into the left margin.
   Any idea why this is happening or how to fix it?
 * [http://theperiodcoach.com/the-red-circle/](http://theperiodcoach.com/the-red-circle/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [ThePixelMe](https://wordpress.org/support/users/thepixelme/)
 * (@thepixelme)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/paragraph-alignment/#post-7154819)
 * > Any idea why this is happening
 * It’s because you or whoever has been editing that page used different wrappers
   for that block of text.
 * The rest of the blocks of text on the page is wrapped with `<section class"builder-
   section">` & `<section class="builder-section-content">`. They have a padding:
   0 3.2rem code; that codes adds some space (3.2rem in this case) on the left and
   right side of the content.
 * But for that block of text on top, it’s wrapped with `<p>` tags. And your `<p
   >` tags doesn’t have the same styling as your section tags.
 * > how to fix it?
 * Wrap the block of text that you’re having trouble with using the builder sections,
   like the rest of the page content.
 *  Thread Starter [lauragyre](https://wordpress.org/support/users/lauragyre/)
 * (@lauragyre)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/paragraph-alignment/#post-7154893)
 * thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘paragraph alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/make/1.10.9/screenshot.jpg)
 * Make
 * [Support Threads](https://wordpress.org/support/theme/make/)
 * [Active Topics](https://wordpress.org/support/theme/make/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/make/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/make/reviews/)

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [margin](https://wordpress.org/support/topic-tag/margin/)
 * [paragraph](https://wordpress.org/support/topic-tag/paragraph/)

 * 2 replies
 * 2 participants
 * Last reply from: [lauragyre](https://wordpress.org/support/users/lauragyre/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/paragraph-alignment/#post-7154893)
 * Status: resolved