• hi –

    Does anyone have any instruction on how I could get the social media links widget to center on my footer? I have tried code I found on alternate posts on this site, but it still appears essentially left-justified. It’s driving me crazy.

    Tried earlier:
    footer#containerfooter {
    text-align: center;
    }

    #containerfooter .menu li a {
    float: none;
    margin-right: auto;
    margin-left: auto;
    }

    .virtue_social_widget.clearfix a {
    float: none;
    display: inline-block;
    }

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center of social media links on footer’ is closed to new replies.