Okay
  Public Ticket #2880124
centering an icon
Closed

Comments

  •  13
    Rodney started the conversation

    There is a map marker icon on this page. Can you help me figure out how to center it in the column?

  •  1,878
    Judith replied

    Hi Rodney,

    Please try this css:

    .nectar_icon_wrap[data-padding="5px"] .nectar_icon {
        margin-left: 383px;
    }

    Thanks.

  •  8,844
    Tahir replied

    Hey Again,

    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_wrap {
        display: table;
        margin: auto;
    }

    Thanks


    ThemeNectar Support Team 

  •  13
    Rodney replied

    got it - thanks!