That’s perfect, many thanks!
Hi Ismael, Thank for the info, using you provided code we are very nearly there, I would just like to center the actual icons above the heading and move the text up (the 2.1 Miles line for examples) slightly. Please see css below including your suggested changes.
.horizontal-icons-custom-class ul.avia-icon-list {
text-align: center;
}
.horizontal-icons-custom-class ul.avia-icon-list li {
display: inline-block;
float: left;clear:none;
margin-left: 5px;
margin-right: 5px;
}
.avia-icon-list .iconlist_content_wrap {
overflow: unset;
}
.avia-icon-list .iconlist-timeline {
display: none;
}
Thanks
Andrew