Archived topic
Off-canvas social media icons (widget) side by side
5 replies · Started by Nenad on March 27, 2022
Hello.
I would like to have social media icons side by side in off-canvas. But I do not know how to do it.
I want it to look like this: https://imgur.com/0wjcIlp
And they look like this: https://imgur.com/qvNy7vl
Thanks,
Nenad
Hi there,
Any chance you can link us to the page in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
Hello Leo, I did!
Try adding this CSS:
.slideout-navigation .slideout-widget ul.wp-block-social-links {
display: flex;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Thank you Leo. That's it.
I will add one more thing if someone else finds out about this topic/post.
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
font-size: 30px;
}
Could not find other way to make social media icons bigger, this works.
No problem :)