Hi,
I would like to use a custom fontal icon like in the screenshot. My problem is that the fontello icon “EMS” is not centered in the circle, no matter what I do. The other icons are perfectly centered. Is there a way to center it with css?
http://monosnap.com/image/SCJO9dH73K6nrytsdFaWZ4CXJHllYC
Thanks for your help.
Cheers
Peter
Hey peter_wu!
Can you please post the link to your page where we can see the icon?
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.iconbox_top .iconbox_icon:before {
position: relative;
left: -5px;
}
Cheers!
Yigit
Thank you. It helped some but not all of the icons. Would it help to try to adjust each svg individually and then upload them again? They all seem to have 11 pixels to the left but the right margins vary.