Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1488836

    Hi,
    is it possible that just the icons inside of a round symbollist get bigger ad the circle around stays in the same size?
    That would be great :)

    Many regards rixi

    #1488849

    Hey rixi,

    Thank you for the inquiry.

    Try to use this css code to adjust the size of the icon inside the circle:

    .avia-icon-list .iconlist_icon.avia-svg-icon img[is-svg-img=true], .avia-icon-list .iconlist_icon.avia-svg-icon svg {
        height: 2em;
        width: 1.5em;
    }

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings to ensure that the changes take effect.

    Best regards,
    Ismael

    #1488854
    This reply has been marked as private.
    #1488883

    Hi,

    Thank you for the update.

    Try to adjust the top margin of the svg icon:

    .avia-icon-list .iconlist_icon img[is-svg-img=true], .avia-icon-list .iconlist_icon svg:first-child {
        margin-top: 2px;
        margin-left: 1px;
    }

    Screenshot-2025-09-03-at-11-25-19-AM

    Best regards,
    Ismael

    #1488885

    Hello Ismael,
    perfect!!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Symbol/icon-List Icons bigger’ is closed to new replies.