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.
That worked thank you!
You are most welcome, Ashley.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.