I'm trying to reduce the space between paragraphs in a large portion of survey text to help it better fit on a mobile screen. I'm aware of how to reduce the height of the lines of text and the padding on the top/bottom/sides, but is there any way to specifically reduce spacing between paragraphs?
Solved
Possible to reduce space between paragraphs?

Best answer by TomG
Well, I should have said, "What html are you using to format the paragraphs?"
Anyway, since you used RCE, it is most likely two
tags. To control the spacing remove the
tags and instead use
or
tags for paragraphs. Set the padding and/or margins to what you want either with inline styles or by creating a css class.
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.