Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #947022

    Hi team,

    I’m wondering why my social icons in the footer are only spaced out on my homepage? on other pages of my website, they’re a lot closer together

    In quick CSS I have
    .social_bookmarks li {
    margin-right:15px;
    }

    Which is the right spacing I’d like throughout

    Lara

    #947057

    Hey Lara,

    Thanks for giving us admin access.
    The reason it’s having spaces in the homepage is because of this code:

    .home .av_font_icon {
        margin-right: 17px !important;
    }

    please replace it with:

    .home .textwidget p span.av_font_icon {
        margin-right: 17px !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #947059

    Hi Nikko,

    thanks for your quick response.

    Unfortunately, that brings the icons closer together. I need them spaces throughout

    Lara

    #947069

    Hi Lara,

    I see, try to use this code instead:

    #top #footer .av_font_icon {
        margin-right: 17px !important;
    }

    Hope it helps :)

    Best regards,
    Nikko

    #947078

    Hi Nikko,

    thanks so much for your help! That works perfectly :)

    Lara

    #947104

    Hi Lara,

    Glad that we could help. :)
    Feel free to comeback if you need further assistance.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘social icons in footer’ is closed to new replies.