Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1477850

    Hi there

    how can I reduce the gap between each entry in the default Icon list, and also the space between the icon list and the text box underneath it?

    #1477879

    Hey xfacta,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-icon-list li {
      padding: 0 0 10px 0;
    }

    Best regards,
    Rikard

    #1477947

    Perfect thanks so much :-)

    #1477960

    Sorry just one more thing on the Icon list – how can I make the icons and circles slightly smaller?

    #1477981

    Hi,

    You can use this css code to adjust the size of the icon in the list.

    .avia-icon-list .iconlist_icon {
        height: 64px;
        width: 64px;
        line-height: 64px;
        font-size: 20px;
        text-align: center;
        margin-right: 30px;
        margin-left: 2px;
    }

    Adjust the font-size value as you wish.

    Best regards,
    Ismael

    #1477983

    Hi there. thank you – but that didnt change the size of the circle and background – how can I make that part smaller as well?

    #1477987

    Hi,

    Try to adjust the height, width and line-height properties in the css code above.

    Best regards,
    Ismael

    #1477989

    Thank you :-)

    #1477995

    Hi,

    No problem! Let us know if you have more questions. Have a nice day.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Icon list spacing between lines’ is closed to new replies.