Center Font Awesome Social Widget Icons
Important
No longer required. You can now do center your links via built-in widget settings.
/* Center Font Awesome Social Widget Icons */
body .fontawesome-social-widget ul {
text-align: center;
}
body .fontawesome-social-widget ul li {
float: none;
display: inline-block;
}Learn how to add custom CSS to your site.
Related Snippets