Okay
  Public Ticket #4003100
Icon List Items - Spacing
Open

Comments

  •  9
    Ingrid started the conversation

    Hi there,

    Is there a way to reduce the space between icon list items?

    Thanks!

    Attached files:  Screenshot 2025-05-21 at 11.59.09 AM.png

  •  3,186
    Andrew replied

    Hi Ingrid,

    Thank you for getting in touch.

    Please share your site URL so see can look into this and advise.

    We look forward to your reply.

    Thanks,

  •  9
    Ingrid replied

    Hi Andrew - thanks for the response. I am trying to fix this before I post it live on a blog, so I do not have a URL.  However, I did send a screenshot and it is the second style on this page here (the list with numbers):

    https://themenectar.com/salient/elements/icon-list/

  •  3,186
    Andrew replied

    Hi Ingrid,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

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

    Try that and let us know how it goes.

    Thanks,

  •  9
    Ingrid replied

    Thank you very much Andrew!  That's great!