Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #54002
    Patrice
    Member

    Hi. How can I center the social media icons appearing on the right footer widget area. Right now, the social media icons are aligned to the right. Below is our website. Thank you.

    http://www.aedunlv.org

    #54087
    Sakin
    Keymaster

    @Patrice: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    #supplementary .social-profile {
        float: none;
        margin: 0;
        text-align: center;
    }
    #54267
    Patrice
    Member

    It didn’t do anything with a ‘center’ text alignment, so I changed it to left instead and it works just fine.

    Thank you!

    #54272
    Sakin
    Keymaster

    @Patrice: NICE 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Social Media Widget Alignment’ is closed to new replies.