Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Created May 28, 2013 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamiemitchell/5667029 to your computer and use it in GitHub Desktop.
Save jamiemitchell/5667029 to your computer and use it in GitHub Desktop.
Center the simple social icons for mobile devices, this needs to go in your media queries (portrait) of your style.css
/* Center simple social icons
-------------------------------------------- */
body .simple-social-icons .alignleft,
body .simple-social-icons .alignright {
float: none;
text-align: center;
}
body .simple-social-icons ul li {
display: inline-block;
float: none;
}
@ianpegg
Copy link

ianpegg commented Sep 25, 2018

This is just the ticket! Thanks Jamie!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment