Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #623199

    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?

    • This topic was modified 7 years, 11 months ago by zimbo.
    #624959

    Hey!

    Try adding this code to the Quick CSS:

    .iconlist_content {
    min-height: 90px;
    }

    Cheers! 
    Josue

    #627794

    That works, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change icon list spacing’ is closed to new replies.