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

    Hello team,

    I use the icon list. But only the title without content. My title should appear centered next to the icon.
    what can we do?

    Thank you. + Greetings

    #1488593

    Hey mary301187,

    Thank you for the inquiry.

    Please add this css code to align the icon with the heading.

    .avia-icon-list .av-iconlist-empty .iconlist_title {
        margin-top: 0;
    }
    
    #top .avia-icon-list-container ul li {
        display: flex;
        align-items: center;
    }
    
    #top .avia-icon-list-container ul li .iconlist_icon {
        min-width: 64px;
    }

    View post on imgur.com

    Best regards,
    Ismael

    #1488799

    thank you very much. it works

    #1488810

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘title should appear centered next to the icon’ is closed to new replies.