Comments LiskaD started the conversationJune 3, 2019 at 8:12pmCan anyone tell me why my social icons are aligning to the top of my footer instead of centered? How can I fix this? 1,089ThemeNectar repliedJune 3, 2019 at 8:21pmHey LiskaD, that's occurring due to the following css which you have in your child theme: p { padding-bottom: 14px!important; } If you do not want to remove the instances of that, you can add this in as well to fix it: #footer-outer p { padding-bottom: 0!important; } Cheers Sign in to reply ...
Can anyone tell me why my social icons are aligning to the top of my footer instead of centered? How can I fix this?
Hey LiskaD,
that's occurring due to the following css which you have in your child theme:
If you do not want to remove the instances of that, you can add this in as well to fix it: Cheers