Hi
My social share icons are displaying as squeezed up to the left on desktop and mobile on my blog pages.
Can you help?
Thanks
Hey woogie07,
Thank you for the inquiry.
Please try to toggle or temporarily disable the Enfold > Performance > File Compression settings and see if the issue gets fixed. If not, please add this css code.
#top .av-share-box ul {
display: flex;
gap: 12px;
justify-content: space-around;
}
#top .av-share-box ul li {
flex: auto;
}
Best regards,
Ismael