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
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
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.
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
Thanks Yigit! That did the trick. Thanks for for the “extra” help!! Mike.