All Collections
Templates
Problem Solving
How to Correct Spacing in My Description Texts?
How to Correct Spacing in My Description Texts?
Victor avatar
Written by Victor
Updated over a week ago

To correct the spacing in your description text, you'll need to add an HTML Element. This is how: 

  1. Click on Element in the left hand menu in the editor window and then select HTML.

2. In the new window, copy and paste the code below to the left dialog box. 

HTML #1

<style>p { margin-top: 1em!important;margin-bottom: 1em!important;} </style>

3. Apply the template to the listings. Don't know how? Click here for step by step instructions.


NOTE: If HTML #1 did not work after applying the template, repeat steps #2 & 3 with the HTML #2 code below. 

HTML #2

<style> [data-cl-template-tag="description"] div { margin-bottom: 1em!important;} </style>

If you have any more questions, you can search our Help Center or, click on the chat tool in the bottom right corner and we'll be happy to help!


tags: spacing, description spacing, spacing wrong, spacing message, line breaks, line breaks wrong, line breaks messed, paragraph, no line breaks, no spacing in description. 

Did this answer your question?