Skip to content

Instantly share code, notes, and snippets.

@jamiemitchell
Created May 28, 2013 23:58
Show Gist options
  • Select an option

  • Save jamiemitchell/5667029 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

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