I am trying to emulate something like
background-position: left center
With the exception that it is not actually flush with the left side, so like 5-10 px off the left side and center.
My first attempt was like so
background-position: left 5px center
CSS does not seem to like that though, is something like this possible without messing with margins?
Thanks!