I use an icon font for list style elements:
.desc.std li:before {
content: '\e81e';
font-family: 'icons';
width: .6em;
}
But when the text breaks to 2nd line, I have no text indent.
Can anyone please tell me, how I can get the 2nd and following lines indented?
Here's a possible solution if applicable for your situation:
CSS
Demo
Try before buy