Archived topic
Social icons in footer widget not aligned
3 replies · Started by Soren on August 3, 2022
I the footer widget I have 5 social icons aligned horizontally. But the last icon "hangs" lower than the first 4 icons. I can't seem to get the last icon to align with the others and have the same challenge on other sites with Generatepress.
Thanks for your help.
Hi Soren,
You can try adding this CSS in Customize > Additional CSS:
.site-footer li.wp-social-link.wp-block-social-link {
margin-bottom: unset;
}
This would unset the margin the social links have in the footer.
Booom! Thank worked. Thanks a million Fernando ;-)
You’re welcome Soren! :)