Okay
  Public Ticket #2296479
Icon List Customization
Closed

Comments

  • Lubellski started the conversation

    Can I change the spacing between the Icon List items (I'd like to lessen the dead space between items)? Can I make a hyperlink out of the Icon List items?

    Thanks!

  •  3,022
    Andrew replied

    Hi Lubellski,

    1) For the spacing you can use this CSS to reduce the space between the items:

    .nectar-icon-list-item{
        margin-bottom:3% !important;
    }
    

    Add it to salient \ general settings - css script related - custom css code.

    2) It's not possible to make them hyperlinks.

    Cheers. 

  • Lubellski replied

    That works fort the spacing, thank you. One out of two isn't bad...

    Appreciate it.