Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Horizontal Icons + Text #1297366

    That’s perfect, many thanks!

    in reply to: Horizontal Icons + Text #1297142

    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

Viewing 2 posts - 1 through 2 (of 2 total)