Ismael was kind enough to give me the code that made the circles in the icon list. I adjusted the circles to be a bit smaller, but now the outside edges of the circle are kind of jagged. see example: http://cl.ly/OzlJ
Is there anything I can adjust to smooth that out?
Hi,
You’re welcome. :)
Try to use this
.avia-icon-list .iconlist_icon {
border-radius: 300px;
}
You may want to see the borders clearly, test it with this. Adjust the border width.
.avia-icon-list .iconlist_icon {
order-width: 3px;
}
Regards,
Ismael
You da man