When im editing the product descriptions, the bullet point is close together, but in the live view its too far apart.
pw: raczek77
When im editing the product descriptions, the bullet point is close together, but in the live view its too far apart.
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:
Hi @Chantelrudden , did you solve the issue? Because I cannot see that issue on my side
solved it!