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

    Referring to post #655405 about horizontal icon list. After applying custom CSS it is not working for me…

    I set custom class as horizontal-icon-list. Here is CSS:

    /*Make Icon Lists horizontal */
    .horizontal-icon-list ul.avia-icon-list li {
    float: left;
    clear: none;
    }
    .horizontal-icon-list .iconlist-char {
    font-size: 14px;
    }
    .horizontal-icon-list .iconlist-timeline {
    display: none;
    }

    #664358

    Hey Kyle,

    Thanks for the login details, I’m not sure on what page you are trying this though?

    Regards,
    Rikard

    #664437

    Oh sorry, this would be http://185.56.84.140/~thegoodh/nashville-tn-home/ right below the slider.

    #664984

    Hi,

    If you’re referring to this, try using three 1/3 columns and one iconbox or iconlist in each one.

    Best regards,
    Josue

    #664987

    Yes that is the lazy solution, but I want the dashed line connecting the icons.

    #664996

    Hi,

    Ok try using this CSS code:

    .horizontal-icon-list ul.avia-icon-list li {float: left;clear: none;width: 33.33%;}
    

    Best regards,
    Josue

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.