Product bullet point spacing- spark theme

When im editing the product descriptions, the bullet point is close together, but in the live view its too far apart.

https://call2love.com/

pw: raczek77

@Chantelrudden - It is due to margin, please add this css to the very end of your theme.css file and check, adjust number 5 as per the need

.rte li{margin-bottom: 5px;}

Hi @Chantelrudden , you can solve it by following this instruction

Go to your store admin > Sale channels > Online store > Themes > Edit code > Assets > open theme.css or theme.css.liquid and add this CSS code at the bottom of file and save

.product__description-content #productDescription li { margin-bottom: 0px !important; }

Result:

this is whats happening at the bottom now..

Hi @Chantelrudden , did you solve the issue? Because I cannot see that issue on my side

solved it!