I want to remove all indentation from ul. I tried setting margin, padding, text-indent to 0, but no avail. Seems that setting text-indent to a negative number does the trick – but is that really the only way to remove the indentation?
I want to remove all indentation from ul . I tried setting margin ,
Share
Set the list style and left padding to nothing.
To maintain the bullets you can replace the
list-style: nonewithlist-style-position: insideor the shorthandlist-style: inside: