Archived topic
Moving the social media icons side by side
3 replies · Started by Riccardo on May 17, 2019
Viewing posts 1–4 of 4
Hi Tom, thank you for Generatepress, it's amazing! I'm working on my website and trying to add social media icons in the header with the widget you have created ( lightweight social media). I could add the icons to the header on the right but they are one above the other. How can I move them to be side by side? Please take a look to my website http://www.rp-design.it
Thank you
Hi there,
try this CSS:
.widget ul.lsi-social-icons {
display: flex !important;
}
Thank you! Works perfectly
You're welcome
This archived topic is closed to new replies.