Bullets and numbered lists not indenting properly on second and subsequent lines
I am trying to find out how to ensure the indent on second and subsequent lines aligns the text with the first line on bulleted and numbered lists. For some reason, it wraps back to the margin rather than respecting the indent. Any thoughts?
I tried adding the following code to style.css and style-blue-pro.css and it didn't change anything. Normally this does fix it in WordPress.
.postwrap ul { margin:0; padding:0; margin-left:15px; }
.postwrap ul li { margin:0; padding:0; padding-left:10px; }