Reduce Space between bullet points and text

Hello! Please help me figure out how to erase the space between the words “includes:” and the bulleted list and “additional options” and the bulleted list.

Hey Ashley,

Thanks for writing in!

Instead of using the <p>Includes:</p>, you can replace it with <span>Includes:</span> to remove the space below it.

Hope this helps.

For some reason when I type that into the code, it works, but when I click back into the text editor it reverts to having space.

Hey Ashley,

You can use this code instead:

<p style="margin-bottom: 0;">Includes:</p>

Kindly let us know how it goes.