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;
}
Hey Kyle,
Thanks for the login details, I’m not sure on what page you are trying this though?
Regards,
Rikard
Oh sorry, this would be http://185.56.84.140/~thegoodh/nashville-tn-home/ right below the slider.
Hi,
If you’re referring to this, try using three 1/3 columns and one iconbox or iconlist in each one.
Best regards,
Josue
Yes that is the lazy solution, but I want the dashed line connecting the icons.
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