Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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.
Solved! Go to the solution
This is an accepted solution.
This should do it:
<style>
.product__description ul {
display: block !important;
}
</style>
It would help if you shared your website 🙂
The screenshot was taken from here
Could you share a link to your website? So we can see the issue in your code.
Try adding this code:
<style>
ul {
display: block !important;
}
</style>
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?
This is an accepted solution.
This should do it:
<style>
.product__description ul {
display: block !important;
}
</style>
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!
I also have the same issue. If you can fix them, I will follow the post for my case too. Thank you
Hey, just letting you know the solution was posted in case you missed it.
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025