Center social icons in footer

Hi! I’ve been trying to align the social media icons to the center in the footer of my page and I’ve tried different codes but I can’t seem to get it right. It would be awesome if you could help me out with this. And sorry for so many questions! Just getting started with WP
Here’s the link to my page: mvladesign.com

Hi there

You are using page builder and first of all you need to try to deal with it to center your page builder elements,

This css code can fix it but I recommend to use page builder:

.sfsi_widget .norm_row {
text-align: center !important;
}

Thanks!! It worked perfectly!

Good to hear :slight_smile:

Case closed