Formatting bullets in Rich Text CMS Block

hi @kevin_keiper it will be for you very helpful to read Webflow documentation. also this forum is rich for solutions or responses that will answer majority of your questions.

Anyway, to adjust spacing of ul or ol can be done with custom code like in following example


<style>
ul, ol {
  padding-left: 20px;
}
</style>

where, why and how to implement custom code is well described on this forum or in WF docs.

unbinding example