The image demonstrates the problem. I want the bullet list to be aligned with the
Apply padding-left: 0 and change the list style position to inside:
padding-left: 0
ul { padding-left: 0; } ul li { list-style-position: inside; }
Example link http://jsfiddle.net/vF5HF/