I did a text widget for the social icons in my footer.
My questions….
1. How do I remove the separator between them?
2. How do I center them? They’re aligned to the left now.
Hey!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.widget .social_bookmarks li {
border: none!important;
}
.widget .social_bookmarks {
max-width: 215px;
margin: auto!important;
}
Best regards,
Yigit
That fixed it! Thank you so much!
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik
I put the same thing in the sidebar and it’s not showing all of the icons. How can I fix that?
Hi,
I just increase the max-width and decrease the social icon width to 25px. So, to fix it, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.avia-builder-widget-area .widget .social_bookmarks {
max-width: 300px !important;
margin: auto!important;
}
.avia-builder-widget-area .widget .social_bookmarks li{
border: none!important;
width: 20px !important;
}
Best regards,
John Torvik
That worked. Thank you!
Hi,
Let us know if you have any other questions or issues :)
Best regards,
John Torvik
That’s all I need. Thank you.
Hey!
We would appreciate if you can take a momenr to rate Enfold at themeforest
It really help us a lot!
Thank you very much for your time
Cheers!
Basilis