Archived topic
Social Icon Pushed Down When Compared To others
5 replies · Started by Vladimir on November 8, 2022
Hi,
In the footer of attention.cc I am using social icons. The LinkedIn icon is pushed down too much when compared to other icons. I show here what I am talking about if you can't see it on the website right away: https://ibb.co/zF441yP
I am using social widgets in Footer Widget 3 and this is what was automatically generated.
Can you show me how to push LinkedIn icon up a bit so it is all nicely aligned.
Sending you my login info in case you can do it - which will be faster and better.
Hi there,
Try this CSS:
.footer-widgets .widget li.wp-social-link:last-child {
margin-bottom: 0.5em;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Where in the admin should I enter this CSS?
Take a look at the Adding CSS article below the CSS snippet:
https://generatepress.com/forums/topic/social-icon-pushed-down-when-compared-to-others/#post-2406819
OK. I downloaded Simple CSS plugin, entered your CSS you gave me and it works. Closing ticket.
No problem :)