How to align bullet points properly in the Modular theme?

Topic summary

A user seeks help aligning bullet point text in product descriptions using the Modular theme, where text wraps like a paragraph instead of maintaining proper indentation.

Initial Responses:

  • One commenter reports the bullets appear correctly aligned on their end
  • Another provides CSS code to add to theme.css file:
    .product__description.rte ul {
        padding-inline-start: 20px !important;
    }
    

Resolution & Follow-up Issues:

  • Original poster confirms someone fixed the issue for them
  • Multiple users with different themes (Refresh, Dawn) encounter the same problem but cannot locate the theme.css file in their Assets folder
  • One user reports that placing the code in theme.liquid instead causes the CSS code to display visibly at the bottom of their site’s frontend

Current Status:
The thread remains open with unanswered questions about proper code placement for themes lacking a theme.css file.

Summarized with AI on November 1. AI used: claude-sonnet-4-5-20250929.

Hi, I have the DAWN theme, and there is no theme.css in assets. Where do I place the code then? I tried theme.liquid, but that doesn’t work.