Comments 2Serfyer started the conversationJanuary 8, 2016 at 2:53amI am having trouble figuring out the code to center the social icons in the secondary menu in the header. First I tried this:#header-secondary-outer #social { margin: auto; }It didn't have any effect, so I tried targeting the icons with this:#header-secondary-outer #social li { margin: auto; }Thank you! 9,031Tahir repliedJanuary 9, 2016 at 6:28pmHey,Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :#header-secondary-outer nav { display: table; margin: auto !important; }Best ThemeNectar Support Team 2Serfyer repliedJanuary 9, 2016 at 11:01pmThank you so very much!! Sign in to reply ...
I am having trouble figuring out the code to center the social icons in the secondary menu in the header. First I tried this:
It didn't have any effect, so I tried targeting the icons with this:
Thank you!
Hey,
Best
ThemeNectar Support Team
Thank you so very much!!