Footer social Icons position

Hi

How can I add a social icon (facebook) to the first column of the footer? Or, how can I manage the position of this icon, somehow?

Here is the problem: https://snag.gy/70feJo.jpg

thank you

Hello Inovflow,

The footer social icons will be center aligned and depending on the number of icons you have, it will display them in bottom center as shown in image below:

You can customize it by adding your own CSS as well to position it differently and the class for that is:

.social-wrap li {
// your own css code here;
}
Thank you