Rich Text Editor Sub Bullet Points Formatting Issue

Whenever I have any sub bullet points in a product description, the formatting is constantly broken. I’ve cleared the formatting and have also coded the html but that doesn’t always work. My theme is Enterprise. Is there any sort of code that can be changed for all product descriptions to fix the formatting?

I’ve attached screenshots of how it looks in the product page and how it looks in the edit page


.

It would help if you shared your website :slightly_smiling_face:

The screenshot was taken from here

https://zaitronics.com.au/products/esp32-s3-devkitc-1-n8r2

Could you share a link to your website? So we can see the issue in your code.

That is my website https://zaitronics.com.au/

Try adding this code:


I also have the same issue. If you can fix them, I will follow the post for my case too. Thank you

I tried it on another listing so it doesn’t affect other people here. Seems to fix the description which is great but the rest of the page breaks. Any way to isolate it?

https://zaitronics.com.au/products/esp32-s3-devkitc-1-n16r8

This should do it:


Not sure if it will break anything but I added this to product.css and it seems to work for the whole website. Thanks for the help!

.product__description ul {
        display: block !important;
    }

I was just about to suggest that. Glad it worked!

Hey, just letting you know the solution was posted in case you missed it.