SyntaxFix
Write A Post
Hire A Developer
Questions
If you want the margin-left to work on a span element you'll need to make it display: inline-block or display:block as well.
margin-left
span
display: inline-block
display:block