Site logo

Archived topic

Social icons not aligned in footer

3 replies · Started by Matt on July 26, 2022

Viewing posts 1–4 of 4

In footer widget two they are not aligned.

activedirectorypro.com

Hi Matt,

Try adding this CSS in Customize > Additional CSS:

div#footer-widgets .wp-block-social-links .wp-social-link:first-of-type {
    margin-bottom: 0;
}

Hope this helps!

Hi Soren,

Can you try this CSS instead?

.footer-widgets .widget li.wp-social-link.wp-social-link-twitter.wp-block-social-link {
    margin-bottom: 12px;
}
This archived topic is closed to new replies.