Title: Dynamic List adding between lines
Last modified: February 9, 2024

---

# Dynamic List adding between lines

 *  Resolved [thebrandloveeffect](https://wordpress.org/support/users/thebrandloveeffect/)
 * (@thebrandloveeffect)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-list-adding-between-lines/)
 * I have an ACF field (Text Area) with a UL list markup copy. When this pulls into
   a paragraph element, it is adding extra <BR> between each line.
 * Markup example:
 *     ```wp-block-code
       <ul><li>Some text</li>
       <li> More Text</li></ul>
       ```
   
 * If I remove the line breaks in the list
 *     ```wp-block-code
       <ul><li>Some text</li><li>More Text</li></ul>
       ```
   
 * It removes the line breaks but also doesn’t add any space after each list item.
 * If pulled into a List item – it is giving me a nested list. OR without any markup,
   it only populates the first item and wraps the rest.
 * How can I pull a series of list items from an ACF field, and have some control
   over the styling between lines?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdynamic-list-adding-between-lines%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Support [Bernice Chua](https://wordpress.org/support/users/bernicechua/)
 * (@bernicechua)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-list-adding-between-lines/#post-17417302)
 * Hi [@thebrandloveeffect](https://wordpress.org/support/users/thebrandloveeffect/),
   
   Thank you for explaining the issue.
 * At the moment every time you enter a new line in the ACF field (Text Area), Stackable
   will add a line break tag.
 * For now, if you want to add space to your input correctly, this is the workaround`
   <ul><li>Some text</li><br><li>More Text</li><br></ul>` but it has to be 1 line.
 * Please let us know if this helps! Rest assured, we will continue to look into
   this.

Viewing 1 replies (of 1 total)

The topic ‘Dynamic List adding between lines’ is closed to new replies.

 * ![](https://ps.w.org/stackable-ultimate-gutenberg-blocks/assets/icon-256x256.
   png?rev=2749547)
 * [Stackable - Page Builder Gutenberg Blocks](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/)
 * [Active Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stackable-ultimate-gutenberg-blocks/reviews/)

## Tags

 * [ACF](https://wordpress.org/support/topic-tag/acf/)
 * [list item](https://wordpress.org/support/topic-tag/list-item/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bernice Chua](https://wordpress.org/support/users/bernicechua/)
 * Last activity: [2 years, 1 month ago](https://wordpress.org/support/topic/dynamic-list-adding-between-lines/#post-17417302)
 * Status: resolved