Dynamic heading and body is not aligned to the left

Hi everyone,
I’m editing the dynamic text for my blog post. Got comments saying that the text box should be smaller for readability, so I decrease all text boxes size to 800px. This look great in rich text, but when I tied it to my CMS content the heading is not left-aligned with the text body.

I don’t know what I should do. Please help. Thank you


Here is my public share link: Webflow - Pokoapp
(how to access public share link)

Hi Luke,

The reason that the rich text does not appear to be left aligned is that your paragraphs are limited to 800px but your headings are as wide as the rich text block itself.

Consider setting a max width on the rich text block instead of the paragraphs, if you want to align it to the center of the viewport, you could use margin auto on both sides.

Thank you so much. It works