I’m trying to set the text in my list items here in the left nav to be at the top of each image whehter single or double line, but can’t get it to work correctly.
Here’s the css and an example background image li:
.benefits li
{font-size: 16px;
padding-left: 25px;
line-height: 2.1;
}
li.social {
background:url("/images/users.png") 0% 50% no-repeat;
}
Any help much appreciated.
Update your
litag CSS to:That would be 50% to 0%.
Or, something like
0.4emso the icon lines up nicer with the text.