Adjust list style image position?
Not really. Your padding is (probably) being applied to the list item, so will only affect the actual content within the list item. Using a combination of background and padding styles can create something that looks similar e.g. li { background: url(images/bullet.gif) no-repeat left top; /* <– change `left` & `top` too for extra control … Read more