A user is experiencing a CSS formatting issue with custom bullet points in the Dawn theme. The problem: subsequent lines of multi-line bullet items align with the bullet icon instead of indenting to match the first line of text, creating misaligned text blocks.
Attempted Solutions:
One participant shared a workaround by modifying the component-rte.css file
Added a single CSS rule targeting .rte ul with a list-style property
This solution reportedly fixed all bullets instantly
Current Status:
The thread references another post with detailed instructions for creating custom bullets, though one user found those instructions confusing. The CSS modification approach appears to be the simpler solution that resolved the alignment issue.
Summarized with AI on November 24.
AI used: claude-sonnet-4-5-20250929.
I have custom bullet points, the indentation on the first line of text is fine but any additional lines line up with the custom bullet point rather than the text on the line above. Is there any way to fix this so the text lines up on each row