Title: Batollo's Replies | WordPress.org

---

# Batollo

  [  ](https://wordpress.org/support/users/batollo/)

 *   [Profile](https://wordpress.org/support/users/batollo/)
 *   [Topics Started](https://wordpress.org/support/users/batollo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/batollo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/batollo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/batollo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/batollo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/batollo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Center Align Social Media Icons in Footer – need CSS](https://wordpress.org/support/topic/center-align-social-media-icons-in-footer-need-css/)
 *  [Batollo](https://wordpress.org/support/users/batollo/)
 * (@batollo)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/center-align-social-media-icons-in-footer-need-css/#post-10155781)
 * You are welcome 😉
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Center Align Social Media Icons in Footer – need CSS](https://wordpress.org/support/topic/center-align-social-media-icons-in-footer-need-css/)
 *  [Batollo](https://wordpress.org/support/users/batollo/)
 * (@batollo)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/center-align-social-media-icons-in-footer-need-css/#post-10155775)
 * This is not the best way, but it should work :), try this in your Custom CSS 
   area:
 * .social-icons-lists {
    display: flex !important; align-items: center !important;
   justify-content: center !important; }
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Center Align Social Media Icons in Footer – need CSS](https://wordpress.org/support/topic/center-align-social-media-icons-in-footer-need-css/)
 *  [Batollo](https://wordpress.org/support/users/batollo/)
 * (@batollo)
 * [8 years, 1 month ago](https://wordpress.org/support/topic/center-align-social-media-icons-in-footer-need-css/#post-10148585)
 * Just add style=”display: flex; align-items: center; justify-content: center” 
   to the ul class=”social-icons-lists icons-background-rounded” 🙂

Viewing 3 replies - 1 through 3 (of 3 total)