Please see this page at the bottom of the Features column – there is an Icon List with 4 entries (Financial Blog etc).
The List Item Content on the last 2 icons stays on one line whereas the first 2 run to two lines. The consequence is that between icons 3 and 4 the spacing is smaller and the vertical dotted line (class=”iconlist-timeline”) is not displayed. The List therefore look unbalanced.
I want the spacing between icons 3 & 4 to match that of 1 & 2 and 2 & 3 and for class=”iconlist-timeline” to be visible between 3 & 4.
I have tried adding a <br /> at the end of the List Item Content for icon 3 (to force iconlist_content to be ‘taller’) but the editor strips this out even if I use “code” tags.
How can I achieve this?
Hey!
Try adding this code to the Quick CSS:
.iconlist_content {
min-height: 90px;
}
Cheers!
Josue
That works, thanks!