Hi
How can I space icon lists with equal gaps regardless of whether they have a sub-caption or not.
Hey richardelectrix!
Please add following code to Quick CSS
.avia-icon-list li { min-height: 95px; }
Best regards,
Yigit
Hi
That fixes the height issue but it also creates a big gap at the bottom of the last icon.
http://screencast.com/t/Gk2erBsyzu
http://dev2.electrixinternational.com/products/trunking-systems/flat-lid-trunking-system/
Hi!
I suggest to control margin for separator line:
.hr.hr-custom.hr-center.hr-icon-no.avia-builder-el-13.el_after_av_iconlist.el_before_av_iconlist {
margin-top: -40px !important;
}
Best regards,
Andy