Home › Forums › Support › Left align list – CSS This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts June 9, 2021 at 6:42 am #1816088 CRAIG I have added check marks to replace bullet points on the list on my homepage (see private link) using this CSS: .entry-content ul { list-style: none; } .entry-content ul li:before { content: ‘✓ ‘; color: #6bbf4f; } The list appears to have indented itself Could you help me return the list to be in line with the left-aligned text above it? June 9, 2021 at 8:08 am #1816408 DavidStaff Customer Support Hi there, change your first CSS rule to this: .entry-content ul { list-style: none; margin-left: 0; } June 9, 2021 at 9:19 am #1816477 CRAIG thanks June 9, 2021 at 10:04 am #1816516 DavidStaff Customer Support Glad to be of help Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In