Okay
  Public Ticket #385731
Social share icons
Closed

Comments

  • Joe started the conversation

    Is there a way to center justify social share icons below the offers?

    I mean, "offers" columns are center justified and what I need is to column-center social sharing icons too.

    thanks in advance, teo

  •  8,849
    Tahir replied

    Hey Teo,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    .nectar-social.items_4 {
        text-align: center;
    }

    Thanks



    ThemeNectar Support Team 

  • Joe replied

    Perfect! thanks a lot!