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
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
Hi Nikko,
thanks for your quick response.
Unfortunately, that brings the icons closer together. I need them spaces throughout
Lara
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
Hi Nikko,
thanks so much for your help! That works perfectly :)
Lara
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