Shopify themes, liquid, logos, and UX
First of all I would like to thank the wonderful community here for always helping out.
I just changed my theme and now all my descriptions are messed. Mostly the numbering is messed up. Is there a way to fix this? I don't want to edit all 150 product descriptions! 😞
Here's the theme preview:
https://w7bu5sqdjs9imxfl-68501045494.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
It will be easier to get developer support if you don't prevent right clicking on your site.
The correct way to fix this, would be to not use <p> tags inside your <li> tags and update all of your descriptions accordingly.
The way you're going to want to fix this, is by adding the following CSS to your page:
.product__description li p {
display: inline;
}
.product__description li {
margin-bottom: 0.5em;
}
This is an accepted solution.
It will be easier to get developer support if you don't prevent right clicking on your site.
The correct way to fix this, would be to not use <p> tags inside your <li> tags and update all of your descriptions accordingly.
The way you're going to want to fix this, is by adding the following CSS to your page:
.product__description li p {
display: inline;
}
.product__description li {
margin-bottom: 0.5em;
}
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025