Currently text sets below the bullet points for the text versus aligned with it. How could I fix this?
.rte ul {
display: flex;
flex-direction: column;
gap: 0.5em;
}
.rte li {
display: flex;
align-items: flex-start;
gap: 0.5em;
text-indent: 0;
}
.rte li::before {
content: “•”;
margin-top: 0.2em;
}
Implementation Steps:
- Go to Theme Settings > Custom CSS
- Paste the above code
- Click "Save
HI @jinnkotcg
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update? Attach pictures so I can better understand your problem.