I have bullet point lists on my store page that we use to list what sort of wear may and may not be found on our used pieces. When editing the page, the bullet points show up. However, when viewing the page, the list is there, but there is no bullet point before each row. It also messes up the spacing between the two lists. It makes our homepage look slightly messy. Just wanted to bring this issue to the admin's attention.
Comments
style="margin:20px" to your UL tags
and
style="marker:disc" to your LI tags
and see if that resolves it.
<ul style="margin:20px;">
<li style="marker:disc">