Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #192242

    If I delete the “content” from the content section of the icon list, then the spacing between the icons changes (too narrow), the title is not vertically aligned with the icon, and and the icon list title font is cut off at the bottom. Thanks for the help! Mike.

    Page is here: http://tested-marketing.com/learn-italian/

    Mike

    #192382

    Hey mhiller!

    Please add this on your custom.css or Quick CSS:

    .avia-icon-list .avia_start_animation {
    margin-bottom: 20px;
    }
    
    .article-icon-entry {
    position: relative;
    top: 14px;
    }

    Best regards,
    Ismael

    #192413

    Thanks Ismael!
    It worked well, but the title line was clipped a little at the bottom, so I added this line to CSS to fix it:

    .`avia-icon-list .iconlist_title {
    margin-bottom: 6px;
    }`

    Also, the vertical dotted line doesn’t appear, but that is OK with me :-). As always, your help is greatly appreciated!!

    Mike.

    #192548

    Hi!

    Glad Ismael could help! You can add following code to Quick CSS as well to display timeline

    .avia-icon-list .iconlist-timeline { top: 35%; }

    Regards,
    Yigit

    #192619

    Thanks Yigit! That did the trick. Thanks for for the “extra” help!! Mike.

    #192673

    Hi Mike!

    You are welcome! Glad we could help :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Icon list format problems when "content": is deleted’ is closed to new replies.