Okay
  Public Ticket #723340
Ultimate social media Plus integration
Closed

Comments

  • Natalie started the conversation

    Hello,

    I am trying to get my social media icons centered into the landing page and no matter how many times Ive tried, no matter how many tricks I pulled, I can't get my 3 social icons to be on center. I also sent a screenshot of the issue so please help me out.

    I already contacted the socila media plus plugin developers and they said to discuss it with the theme developer since each theme reacts differently to plugins

  •  9,031
    Tahir replied

    Hey,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .sfsiplus_norm_row {
        display: table;
        margin: auto !important;
        float: none !important;
        position: relative !important;
        text-align: center !important;
        right: 16px;
    }
    

    This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team 

  • Natalie replied

    THANK YOU SO MUCH!!!

    I'll buy you coffee when you're in my city :)))

    Thank you again for this