Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #942553

    Hi,

    After latest update of Enfold, my iconlists switched from small to big. How is that possible?

    I really don’t want to change all iconlists manually back to small.

    Could you give me a faster solution?

    Thanks
    Dennis

    #942698

    Hey dennsen,

    On which page can I find your icon list?

    Best regards,
    Jordan Shannon

    #943001
    #943180

    Hi,

    Try adding the following to quick css:

    .avia-icon-list .iconlist_icon{
        height: 24px!important;
        width: 24px!important;
        line-height: 24px!important;
        font-size: 20px!important;
    }
    
    .avia-icon-list .av-iconlist-empty .iconlist_title{
    margin-top:0px!important;
    }

    Best regards,
    Jordan Shannon

    #943484

    That is just a work around and the result is not the same as if I would change the setting to “small”. Why did this happen at all? Settings were always on small, now the standard is “big list”. Why?

    #943487

    And why has my change to the style.css in the child theme no effect on these elements?

    I put

    .avia-icon-list .iconlist_icon {
        border-radius: 120px;
        color: #fff;
        float: left;
        font-size: 14px;
        height: 24px;
        line-height: 24px;
        margin-left: 2px;
        margin-right: 10px;
        margin-top: 0;
        position: relative;
        text-align: center;
        width: 24px;
        z-index: 5;
    }

    in my style.css and nothing changes.

    #943676

    Could you please help me further?

    #943677

    Hi,

    It’s not really a workaround, the original setting was set via css so its just re-writing it. Have you added the css to the very top of your quick css so it runs first?

    Best regards,
    Jordan Shannon

    #943678

    yes, I have if you could please check it via the login I gave you.

    #943684

    Hi,

    Add !important; to your declarations.

    Best regards,
    Jordan Shannon

    #944056

    Thanks Jordan. This is of course not an elegant way, but it worked!

    #944076

    Hi,
    Is there anything else we can assist with on this issue, or shall we close this then?

    Best regards,
    Mike

    #944167

    Can be closed. Thanks alot!

    #944214

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Iconlist suddenly big instead of small’ is closed to new replies.