Home › Forums › Front-end Issues › Content not wrapped in the container paragraph › Reply To: Content not wrapped in the container paragraph
Are you seeing this the inspector or the actual source code of the page?
<p> elements cannot be nested, so you can’t use a paragraph as a container for other paragraphs. The browser assumes a </p> before the next open <p>.
You need to use a div or some other type of block element as your container.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.