Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1303469

    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;
    }

    #1303711

    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

    #1307542

    Thank you, Ismael, this works great!

    #1307636

    Hi designyvr,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Media Icons – Alignment’ is closed to new replies.