I've been trying to fix this for an hour now and can't find a solution.
What I want is a centered list with background image as "ticks".
I want this:
Works as it should except the dots are aligned to the left of the list ul
(1140px wide) and not the left of the list item li
which is centered.
You can use the css
:before
pseudo-class:http://jsfiddle.net/e6y9d/
If you want the dots to be aligned to the left of
ul
, Use dot image as background:JSBin Demo #1
Update
If you need the dots to be aligned to the left of list items, use the following:
JSBin Demo #2