I have a paragraph followed by an unordered list, with several list items. I also have an image floated to the left of that. The problem I am having is that the list item margin
Add this:
ul{ list-style-position: inside}
That's it!