Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #23327

    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?

    #119381

    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

    #119382

    You da man

    #119383

    Hi,

    Glad we could help. :)

    Regards,

    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Icon List Size Adjustment pt. 2 (bumpy circle edges)’ is closed to new replies.