Footer (Q2 of 5)

I’m really struggling with the footer.

I have a few questions (I’ll ask each seperately).

Site: https://mka-architects.co.uk/wp/

Question 2

How can I make the social links bigger and stack vertically?

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*stack vertically*/
#social li {
    display: flex;
}

Best regards,
Support.

Thank you.

how do i control space between each icon and their size please?