Okay
  Public Ticket #1584850
Adjusting Spacing in "Icon-List"-Element
Closed

Comments

  •  1
    buero-ludwig started the conversation

    Dear Support-Team,

    I added the Icon-List Element to our site to display some kind of CV. However I would like to adjust the spacing between the dates to have a smaller gap between them. Is this possible?

    Thanks a lot!

  •  9,074
    Tahir replied

    Hey B,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .nectar-icon-list-item {
        margin-bottom: 10px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    buero-ludwig replied

    Perfect!

    Thanks a lot, Tahir :)