• Resolved lauragyre

    (@lauragyre)


    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?

    https://theperiodcoach.com/the-red-circle/

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    (@lauragyre)

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘paragraph alignment’ is closed to new replies.