How to reduce spacing in specific part of intro paragraph? | XM Community
Question

How to reduce spacing in specific part of intro paragraph?

  • 27 March 2024
  • 2 replies
  • 33 views

Badge +1

I need help to reduce the space between lines in a certain part of a paragraph in my intro. Is there a way to do this? I am not very skilled in code. Thank you for any help!! 

 

Example: 

 


2 replies

Userlevel 7
Badge +27

Use HTML view and put the first row in a <div>:

<div style="padding-bottom:0.5em">Hello, this is my example</div>
blah blah blah

Remove any <br /> elements between the first line and next line. Adjust padding-bottom as needed - 0.5em is about half a character.

Badge +1

Use HTML view and put the first row in a <div>:

<div style="padding-bottom:0.5em">Hello, this is my example</div>
blah blah blah

Remove any <br /> elements between the first line and next line. Adjust padding-bottom as needed - 0.5em is about half a character.

I tried to do this on my actual survey and it did not work. I think my example was bad. In my actual survey, the lines would not be disconnected from each other. It is a large paragraph that I would like to compress. Is there a way to do that?

Leave a Reply