Timber theme wont render bulleted lists in product descriptions

I’m trying to create unordered lists with bullet points on my product descriptions. It looks fine in the backend, but when I publish, the bullet points don’t show up and the list items are all on the same line. I can’t find anything in the CSS that would cause the site not to render bullet points, but I’m no expert either. Here’s an example: https://primismedical.com/collections/gloves-1/products/sempermed-gripstrong-black-nitrile-gloves-box-of-100

See the lists in the item description under features and benefits.

At your code editor,

Open up your theme.liquid under Layouts.

At the bottom before closing tag add this :


1 Like

Perfect, that works. Thank you!