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.
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.cssfile:.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.cssfile in their Assets folder - One user reports that placing the code in
theme.liquidinstead 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.