Hi,
How can I go about centering social media icons while keeping them on the same line?
I added a div to center the icons, added the following css for the icons and set the icon positions to “center”. Could you please advise? Thank you!
.av_font_icon a {
display: inline-block;
float: none;
}
Hey designyvr,
Thank you for the inquiry.
This css code should align the social icons.
.social-media .av_font_icon {
display: inline-block;
float: none;
width: auto;
}
We removed the link selector from the previous css code.
Best regards,
Ismael
Thank you, Ismael, this works great!
Hi designyvr,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko