A Shopify store owner encountered a formatting issue where bullet points in product descriptions appeared above their associated text instead of beside it. The problem was visible on the storefront but not in the product description editor.
Root Cause:
The issue stemmed from CSS styling that controlled list item positioning.
Solution Provided:
Adding custom CSS code to the theme’s base.css file resolved the problem:
.rte ul, .rte ol {
list-style-position: outside;
}
Implementation Steps:
Navigate to Online Store > Themes > Edit code
Open the base.css file in the Assets folder
Add the CSS snippet at the bottom
Save changes
Multiple users confirmed this fix successfully corrected bullet point alignment in both product descriptions and blog posts. The solution applies globally across the store once implemented.
Summarized with AI on October 30.
AI used: claude-sonnet-4-5-20250929.
Introducing the NanoCleaner™ Multi-tool Cleaner Kit – the ultimate all-in-one cleaning solution. With a high-density soft brush, small spray bottle, keycap puller, fiber fleece strip, and cleaning pen, this compact device tackles dirt and grime with ease. Its eco-friendly design, made from recyclable materials, ensures long-lasting performance while reducing waste. Experience versatile, convenient, and sustainable cleaning with the NanoCleaner™.
Maximize the lifespanof your treasured accessories.
Could you assist me with finding this button and how to correct the same error as the original post with the bullet points being above the sentence once on the actual storefront please