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

    Hi, as you can see here – http://screencast.com/t/qcAgkmm8M6t – the text isn’t aligned with the icon. How can make sure the text is middle aligned with the icons?

    Also, can I change the font of the icon list to Alef 600?

    Thanks.

    #526779

    Hi DROR!

    Please add following code to Quick CSS

    .avia-icon-list .av-iconlist-empty .iconlist_title {
        margin-top: 15px;
    }

    Font is currently Alef Semi bold :)

    Regards,
    Yigit

    #526786

    Added the code but it doesn’t look it changed anything.

    #526791

    Hey!

    Please try adding !important rule

    .avia-icon-list .av-iconlist-empty .iconlist_title {
        margin-top: 15px !important;
    }

    Cheers!
    Yigit

    #526794

    Thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to align icon list fonts with the icon?’ is closed to new replies.