Archived topic
Line Up Title With Social Icons
5 replies · Started by Blake on January 15, 2020
Hi there,
I'd like to vertically center the title(Follow Us) of my Social Icons in my footer, with the social icons, so they're all on one nice clean line. I'm close, but could use some help.
Here's an image of where Im' at:

Best,
Blake
Hi there,
Try this CSS:
@media (min-width: 769px) {
.footer-widgets #lsi_widget-2 {
display: flex;
}
.footer-widgets #lsi_widget-2 h2.widget-title {
padding-right: 15px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Hello Leo! You're a genius, thank you so much!
I edited the CSS above a bit so it's desktop only :)
Copy that, Leo! Many thanks for all your help. You're the reason I bought this theme, and I'll be sure to leave a great review on your behalf :)
Best,
Blake
Thank you sir!
Appreciate it :)