You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outlook (word based) does not support hspace unless it has align="".
Outlook collapse hspaces for adjacent images while other browsers do not (so we override hspace with half margin-left/right)
IE7 based clients sums css margins to hspace (so we need a quirks *property hack with negative half margin)
Another attempt with a completely different approach. Now we use a simpler solutions, even if the spacing is less predictable (depending on the client it may be from 3px to 10px). In the end they are a simple sequence of icons, so this sounds acceptable.
Horizontal spacing between social icons is lost in outlook(word) 2007/2010/2013.
The text was updated successfully, but these errors were encountered: