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;
}
Just add style=”display: flex; align-items: center; justify-content: center” to the ul class=”social-icons-lists icons-background-rounded” 🙂