carrot / share-button

:warning: :warning: Currently Unmaintained :warning: :warning: - fast, beautiful, and painless social shares:
http://sharebutton.co/
Other
2.95k stars 381 forks source link

Buttons not aligned on mobile #273

Open Karlheinzniebuhr opened 8 years ago

Karlheinzniebuhr commented 8 years ago

On mobile screens the social icons are at least 50% out of view.

image

Karlheinzniebuhr commented 8 years ago

fixed it by adding this to the CSS share-button .sb-social.sb-center.active.sb-top { width: 0vw; height: 0vw; }

hhsnopek commented 8 years ago

Awesome! tho the purpose of the stacking is so that it will display all on the mobile screen... what's the fix look like?