Okay
  Public Ticket #3459112
Negative margin-top (-2px) on icons, which makes it not centered
Closed

Comments

  • jdwitte started the conversation

    Icons are not perfectly centered within (for example) a CTA. I found that there is a margin-top -2px active on icons. Is this the actual problem and how do I turn this off?

  •  2,086
    Judith replied

    Hi there,

    Thanks for writing to us.

    Please paste this CSS in the custom CSS code section under Salient > General Settings > CSS/Script Related:

    i[class*=fa-],span[class*=fa-] {
      top: 0px; 
    }

    Hope this helps remove the top margin.

    Please let us know how it goes.