Okay
  Public Ticket #1525872
Center Social Media Buttons (Blog)
Closed

Comments

  • phabioart started the conversation

    Hi,

    How can I center the social media buttons that appear at the bottom of a post page?

    Thanks



  •  8,468
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    .bottom-meta .sharing-default-minimal {
        display: table;
        margin: auto;
    }

    Thanks


    ThemeNectar Support Team