Hello,
I have a problem with the social media buttons at the bottom of the post, as they appear very cluttered. How can I custom a format them?
Please see the screenshot in the following link: https://ibb.co/hWymdx9
Thanks for all
Hey mustafa-alani,
Are you running the latest (5.6.6) version of the theme? If not, then please try updating: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
If you need further help, then please post a link to where we can see the actual problem.
Best regards,
Rikard
Hello,
I fixed by add this code (No need to update theme)
#top .av-share-box ul {
display: flex;
gap: 12px;
justify-content: space-around;
}
#top .av-share-box ul li {
flex: auto;
}
Thanks