I want to create a list with three levels of bullets in the CMS of Webflow, but the spacing between the bullet points is too large. Is there a way to reduce this spacing?
What I have tried so far:
I wrote and edited the text manually, so it doesn’t have any html elements from text editors
-The text on the “black screenshot” is how I write it in the CMS.
-The text on the “white screenshot” is how it appears on the page.
The CMS view you’re seeing ( black background ) is not a WYSIWYG representation of the rich text. You’ll see that on the canvas and apply your styling there.
Read up on styles and styling rich text elements, there’s a bit of a learning curve there if you’re unfamiliar.
Within the rich text element, you’d style e.g. “All Unordered Lists within ( your rich text class )”, and set your styling there. The spacing will likely be caused by a top or bottom margin/padding on the list itself.