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

    Hi,

    I use the Avia Icon List. I can place the icons on the left and right using the Avia Editor. This is great and I use “left”. Now I would like to place the icons so that they are always in the middle of the height of the text box on the right. So not “pinned on top”, but dynamic to the size / length of the text box on the right. I sent a screenshot as private content.

    We think that the distances would look better.

    Is that possible?

    Best regards,
    Mathuseo

    • This topic was modified 4 years, 9 months ago by Mathuseo.
    #1188522

    Hey Marcel,

    Add this to quick css:

    .iconlist_icon.avia-font-entypo-fontello,
    .iconlist_icon.avia-font-glyphiconsregular{
        margin: 0!important;
        position: absolute!important;
        top: 50%!important;
        -ms-transform: translateY(-80%)!important;
        transform: translateY(-80%)!important;
    }
    
    .iconlist_content_wrap{
    margin-left:95px!important;
    }

    Best regards,
    Jordan Shannon

    #1188800

    It worked very well, thank you very much Jordan.

    #1188868

    Hi,

    No problem at all, I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to vertical center the icons on Acia Icon List?’ is closed to new replies.