Center Social Media Icons on Adelle Theme

  • Unknown's avatar

    I only have three social media icons and I want to center them. How do I do so? Help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, the parent div for the social icons already has text-align: center declared, so adding the following to your custom CSS will center things. The second rule sets the left margin to 0 so the icons are visually centered.

    #social-networks ul {
        display: inline-block;
    }
    #social-networks ul {
        margin-left: 0;
    }
  • The topic ‘Center Social Media Icons on Adelle Theme’ is closed to new replies.