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
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.