I\'m using a SVG logo as a background image and I can\'t seem to get it to align correctly to the left in Internet Explorer (edit: and Safari).
The containe
It turns out the following line can turn your svg into a non-centered element:
display: inline-block;
Still not the most ideal solution but it works.